#BF76C6

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

Shades of Orchid #BF76C6

Tints of Orchid #BF76C6

Color information

#BF76C6 (or 0xBF76C6) is unknown color: approx Orchid. HEX triplet: BF, 76 and C6. RGB value is (191,118,198). Sum of RGB (Red+Green+Blue) = 191+118+198=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76C6 is #408939. Grayscale: #949494. Windows color (decimal): -4229434 or 13006527. OLE color: 13006527.

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

Color convert

RGB191118198-
CMYK0.040.4000.22
HSL294.75º41.24%61.96%-
HSV(B)294.75º40.4%77.65%-
XYZ38.1628.1156.84-
YUV148.95155.68158-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=37.67%
G=23.27%
B=39.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911181980.040.4000.22294.7541.2461.96
HexBF76C6428016127293e
Octal2771663064500264475176
Binary10111111111011011000110100101000010110100100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76C6; }

 p { color: rgb(191,118,198); }

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

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

 a { background-color: rgb(191,118,198); }

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

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

 span { border-color: rgb(191,118,198); }

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