#BF3E78

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

Shades of Royal Heath #BF3E78

Tints of Royal Heath #BF3E78

Color information

#BF3E78 (or 0xBF3E78) is unknown color: approx Royal Heath. HEX triplet: BF, 3E and 78. RGB value is (191,62,120). Sum of RGB (Red+Green+Blue) = 191+62+120=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E78 is #40C187. Grayscale: #6B6B6B. Windows color (decimal): -4243848 or 7880383. OLE color: 7880383.

HSL color Cylindrical-coordinate representation of color #BF3E78: hue angle of 333.02º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E78 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB19162120-
CMYK00.680.370.25
HSL333.02º50.99%49.61%-
HSV(B)333.02º67.54%74.9%-
XYZ26.615.8819.43-
YUV107.18135.24187.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 62 (24.61% from 255) = 16.62%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=51.21%
G=16.62%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916212000.680.370.25333.0250.9949.61
HexBF3E78044251914d3332
Octal27776170010445315156362
Binary1011111111111011110000100010010010111001101001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3E78; }

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

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

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

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

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

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

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

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