#BF5578

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

Shades of Royal Heath #BF5578

Tints of Royal Heath #BF5578

Color information

#BF5578 (or 0xBF5578) is unknown color: approx Royal Heath. HEX triplet: BF, 55 and 78. RGB value is (191,85,120). Sum of RGB (Red+Green+Blue) = 191+85+120=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5578 is #40AA87. Grayscale: #787878. Windows color (decimal): -4237960 or 7886271. OLE color: 7886271.

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

Color convert

RGB19185120-
CMYK00.550.370.25
HSL340.19º45.3%54.12%-
HSV(B)340.19º55.5%74.9%-
XYZ28.1218.9319.94-
YUV120.68127.62178.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=48.23%
G=21.46%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918512000.550.370.25340.1945.354.12
HexBF557803725191542d36
Octal27712517006745315245566
Binary1011111110101011111000011011110010111001101010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5578; }

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

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

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

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

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

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

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

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