#BF78CA

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

Shades of Orchid #BF78CA

Tints of Orchid #BF78CA

Color information

#BF78CA (or 0xBF78CA) is unknown color: approx Orchid. HEX triplet: BF, 78 and CA. RGB value is (191,120,202). Sum of RGB (Red+Green+Blue) = 191+120+202=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF78CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78CA is #408735. Grayscale: #969696. Windows color (decimal): -4228918 or 13269183. OLE color: 13269183.

HSL color Cylindrical-coordinate representation of color #BF78CA: hue angle of 291.95º degrees, saturation: 0.44, 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 #BF78CA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191120202-
CMYK0.050.4100.21
HSL291.95º43.62%63.14%-
HSV(B)291.95º40.59%79.22%-
XYZ38.8628.7759.38-
YUV150.58157.02156.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 120 (47.27% from 255) = 23.39%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=37.23%
G=23.39%
B=39.38%

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
Decimal1911202020.050.4100.21291.9543.6263.14
HexBF78CA5290151242c3f
Octal2771703125510254445477
Binary10111111111100011001010101101001010101100100100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78CA; }

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

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

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

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

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

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

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

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