#BC4579

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

Shades of Royal Heath #BC4579

Tints of Royal Heath #BC4579

Color information

#BC4579 (or 0xBC4579) is unknown color: approx Royal Heath. HEX triplet: BC, 45 and 79. RGB value is (188,69,121). Sum of RGB (Red+Green+Blue) = 188+69+121=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4579 is #43BA86. Grayscale: #6E6E6E. Windows color (decimal): -4438663 or 7947708. OLE color: 7947708.

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

Color convert

RGB18869121-
CMYK00.630.360.26
HSL333.78º47.04%50.39%-
HSV(B)333.78º63.3%73.73%-
XYZ26.3216.3319.85-
YUV110.51133.92183.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.74%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=49.74%
G=18.25%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886912100.630.360.26333.7847.0450.39
HexBC457903F241A14e2f32
Octal27410517107744325165762
Binary1011110010001011111001011111110010011010101001110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4579; }

 p { color: rgb(188,69,121); }

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

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

 a { background-color: rgb(188,69,121); }

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

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

 span { border-color: rgb(188,69,121); }

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