#BC5581

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

Shades of Royal Heath #BC5581

Tints of Royal Heath #BC5581

Color information

#BC5581 (or 0xBC5581) is unknown color: approx Royal Heath. HEX triplet: BC, 55 and 81. RGB value is (188,85,129). Sum of RGB (Red+Green+Blue) = 188+85+129=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5581 is #43AA7E. Grayscale: #787878. Windows color (decimal): -4434559 or 8476092. OLE color: 8476092.

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

Color convert

RGB18885129-
CMYK00.550.310.26
HSL334.37º43.46%53.53%-
HSV(B)334.37º54.79%73.73%-
XYZ27.9518.7722.92-
YUV120.81132.62175.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=46.77%
G=21.14%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888512900.550.310.26334.3743.4653.53
HexBC55810371F1A14e2b36
Octal27412520106737325165366
Binary1011110010101011000000101101111111111010101001110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5581; }

 p { color: rgb(188,85,129); }

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

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

 a { background-color: rgb(188,85,129); }

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

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

 span { border-color: rgb(188,85,129); }

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