#BF5778

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

Shades of Royal Heath #BF5778

Tints of Royal Heath #BF5778

Color information

#BF5778 (or 0xBF5778) is unknown color: approx Royal Heath. HEX triplet: BF, 57 and 78. RGB value is (191,87,120). Sum of RGB (Red+Green+Blue) = 191+87+120=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5778 is #40A887. Grayscale: #797979. Windows color (decimal): -4237448 or 7886783. OLE color: 7886783.

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

Color convert

RGB19187120-
CMYK00.540.370.25
HSL340.96º44.83%54.51%-
HSV(B)340.96º54.45%74.9%-
XYZ28.2819.2519.99-
YUV121.86126.96177.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 87 (34.38% from 255) = 21.86%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=47.99%
G=21.86%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918712000.540.370.25340.9644.8354.51
HexBF577803625191552d37
Octal27712717006645315255567
Binary1011111110101111111000011011010010111001101010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5778; }

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

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

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

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

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

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

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

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