Html Css Color HEX #BD65D3 Medium Orchid

📋 copy color: '#BD65D3'

red 189 ◦ green 101 ◦ blue 211

#BD65D3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD65D3

Tints of Medium Orchid #BD65D3

RGB

 RED value IS 189 (74.22% from 255) = 37.72%

 GREEN value IS 101 (39.84% from 255) = 20.16%

 BLUE value IS 211 (82.81% from 255) = 42.12%

R = 37.72%
G = 20.16%
B = 42.12%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD65D3 (or 0xBD65D3) is known color: Medium Orchid. HEX triplet: BD, 65 and D3. RGB value is (189,101,211). Sum of RGB (Red+Green+Blue) = 189+101+211=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD65D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65D3 is #429A2C. Grayscale: #8B8B8B. Windows color (decimal): -4364845 or 13854141. OLE color: 13854141.

HSL color Cylindrical-coordinate representation of color #BD65D3: hue angle of 288º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD65D3 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 101 211 -
CMYK 0.10 0.52 0 0.17
HSL 288º 0.56% 0.61% -
HSV(B) 288º 0.52% 0.83% -
XYZ 37.4 24.83 64.45 -
YUV 139.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 189 101 211 0.10 0.52 0 0.17 288 0.56 0.61
Hex BD 65 D3 A 34 0 11 120 38 3D
Octal 275 145 323 12 64 0 21 440 70 75
Binary 10111101 1100101 11010011 1010 110100 0 10001 100100000 111000 111101

Color Harmonies of #BD65D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65D3

Black with #BD65D3

Text Example


Text Example

White with #BD65D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65D3; }

 p { color: rgb(189,101,211); }

 H1.HeaderClassName
 {
   color: #BD65D3;
 }
 .AnyTagClassName
 {
   color: #BD65D3;
 }
</style>

background-color css

<style>
 a { background-color: #BD65D3; }

 a { background-color: rgb(189,101,211); }

 div.DivClassName
 {
   background-color: #BD65D3;
 }
 .BgClassName
 {
   background-color: #BD65D3;
 }
</style>

border-color css

<style>
 span { border-color: #BD65D3; }

 span { border-color: rgb(189,101,211); }

 td.TdClassName
 {
   border-color: #BD65D3;
 }
 .TagClassName
 {
   border-color: #BD65D3;
 }
</style>