#BF77C9

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

Shades of Orchid #BF77C9

Tints of Orchid #BF77C9

Color information

#BF77C9 (or 0xBF77C9) is unknown color: approx Orchid. HEX triplet: BF, 77 and C9. RGB value is (191,119,201). Sum of RGB (Red+Green+Blue) = 191+119+201=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF77C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77C9 is #408836. Grayscale: #959595. Windows color (decimal): -4229175 or 13203391. OLE color: 13203391.

HSL color Cylindrical-coordinate representation of color #BF77C9: hue angle of 292.68º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF77C9 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191119201-
CMYK0.050.4100.21
HSL292.68º43.16%62.75%-
HSV(B)292.68º40.8%78.82%-
XYZ38.6328.4958.72-
YUV149.88156.85157.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=37.38%
G=23.29%
B=39.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911192010.050.4100.21292.6843.1662.75
HexBF77C95290151252b3f
Octal2771673115510254455377
Binary10111111111011111001001101101001010101100100101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77C9; }

 p { color: rgb(191,119,201); }

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

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

 a { background-color: rgb(191,119,201); }

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

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

 span { border-color: rgb(191,119,201); }

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