Html Css Color HEX #BD77C8 Orchid

📋 copy color: '#BD77C8'

red 189 ◦ green 119 ◦ blue 200

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

Shades of Orchid #BD77C8

Tints of Orchid #BD77C8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.43%

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 37.2%
G = 23.43%
B = 39.37%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD77C8 (or 0xBD77C8) is known color: Orchid. HEX triplet: BD, 77 and C8. RGB value is (189,119,200). Sum of RGB (Red+Green+Blue) = 189+119+200=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD77C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77C8 is #428837. Grayscale: #949494. Windows color (decimal): -4360248 or 13137853. OLE color: 13137853.

HSL color Cylindrical-coordinate representation of color #BD77C8: hue angle of 291.85º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD77C8 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 119 200 -
CMYK 0.06 0.40 0 0.22
HSL 291.85º 0.42% 0.63% -
HSV(B) 291.85º 0.41% 0.78% -
XYZ 38.01 28.18 58.08 -
YUV 149.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 189 119 200 0.06 0.40 0 0.22 291.85 0.42 0.63
Hex BD 77 C8 6 28 0 16 124 2A 3F
Octal 275 167 310 6 50 0 26 444 52 77
Binary 10111101 1110111 11001000 110 101000 0 10110 100100100 101010 111111

Color Harmonies of #BD77C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77C8

Black with #BD77C8

Text Example


Text Example

White with #BD77C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77C8; }

 p { color: rgb(189,119,200); }

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

background-color css

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

 a { background-color: rgb(189,119,200); }

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

border-color css

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

 span { border-color: rgb(189,119,200); }

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