#BC5478

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

Shades of Royal Heath #BC5478

Tints of Royal Heath #BC5478

Color information

#BC5478 (or 0xBC5478) is unknown color: approx Royal Heath. HEX triplet: BC, 54 and 78. RGB value is (188,84,120). Sum of RGB (Red+Green+Blue) = 188+84+120=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5478 is #43AB87. Grayscale: #777777. Windows color (decimal): -4434824 or 7886012. OLE color: 7886012.

HSL color Cylindrical-coordinate representation of color #BC5478: hue angle of 339.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5478 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB18884120-
CMYK00.550.360.26
HSL339.23º43.7%53.33%-
HSV(B)339.23º55.32%73.73%-
XYZ27.318.3919.88-
YUV119.2128.46177.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=47.96%
G=21.43%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888412000.550.360.26339.2343.753.33
HexBC5478037241A1532c35
Octal27412417006744325235465
Binary1011110010101001111000011011110010011010101010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5478; }

 p { color: rgb(188,84,120); }

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

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

 a { background-color: rgb(188,84,120); }

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

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

 span { border-color: rgb(188,84,120); }

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