#BF78CB

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

Shades of Orchid #BF78CB

Tints of Orchid #BF78CB

Color information

#BF78CB (or 0xBF78CB) is unknown color: approx Orchid. HEX triplet: BF, 78 and CB. RGB value is (191,120,203). Sum of RGB (Red+Green+Blue) = 191+120+203=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78CB is #408734. Grayscale: #969696. Windows color (decimal): -4228917 or 13334719. OLE color: 13334719.

HSL color Cylindrical-coordinate representation of color #BF78CB: hue angle of 291.33º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF78CB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191120203-
CMYK0.060.4100.20
HSL291.33º44.39%63.33%-
HSV(B)291.33º40.89%79.61%-
XYZ38.9828.8260.01-
YUV150.69157.52156.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 120 (47.27% from 255) = 23.35%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=37.16%
G=23.35%
B=39.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911202030.060.4100.20291.3344.3963.33
HexBF78CB6290141232c3f
Octal2771703136510244435477
Binary10111111111100011001011110101001010100100100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78CB; }

 p { color: rgb(191,120,203); }

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

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

 a { background-color: rgb(191,120,203); }

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

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

 span { border-color: rgb(191,120,203); }

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