#BD77C5

Color #BD77C5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #BD77C5

Tints of Orchid #BD77C5

Color information

#BD77C5 (or 0xBD77C5) is unknown color: approx Orchid. HEX triplet: BD, 77 and C5. RGB value is (189,119,197). Sum of RGB (Red+Green+Blue) = 189+119+197=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77C5 is #42883A. Grayscale: #949494. Windows color (decimal): -4360251 or 12941245. OLE color: 12941245.

HSL color Cylindrical-coordinate representation of color #BD77C5: hue angle of 293.85º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD77C5 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189119197-
CMYK0.040.4000.23
HSL293.85º40.21%61.96%-
HSV(B)293.85º39.59%77.25%-
XYZ37.6628.0456.25-
YUV148.82155.19156.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 119 (46.88% from 255) = 23.56%
BLUE value IS 197 (77.34% from 255) = 39.01%
R=37.43%
G=23.56%
B=39.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891191970.040.4000.23293.8540.2161.96
HexBD77C5428017126283e
Octal2751673054500274465076
Binary10111101111011111000101100101000010111100100110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77C5; }

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

 H1.HeaderClassName
 {
   color: #BD77C5;
 }
 .AnyTagClassName
 {
   color: #BD77C5;
 }
</style>
background-color css

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

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

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

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

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

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