#BF3C78

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

Shades of Royal Heath #BF3C78

Tints of Royal Heath #BF3C78

Color information

#BF3C78 (or 0xBF3C78) is unknown color: approx Royal Heath. HEX triplet: BF, 3C and 78. RGB value is (191,60,120). Sum of RGB (Red+Green+Blue) = 191+60+120=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C78 is #40C387. Grayscale: #696969. Windows color (decimal): -4244360 or 7879871. OLE color: 7879871.

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

Color convert

RGB19160120-
CMYK00.690.370.25
HSL332.52º52.19%49.22%-
HSV(B)332.52º68.59%74.9%-
XYZ26.4915.6619.4-
YUV106.01135.9188.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=51.48%
G=16.17%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916012000.690.370.25332.5252.1949.22
HexBF3C78045251914d3431
Octal27774170010545315156461
Binary1011111111110011110000100010110010111001101001101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3C78; }

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

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

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

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

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

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

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

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