#BC5881

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

Shades of Royal Heath #BC5881

Tints of Royal Heath #BC5881

Color information

#BC5881 (or 0xBC5881) is unknown color: approx Royal Heath. HEX triplet: BC, 58 and 81. RGB value is (188,88,129). Sum of RGB (Red+Green+Blue) = 188+88+129=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5881 is #43A77E. Grayscale: #7A7A7A. Windows color (decimal): -4433791 or 8476860. OLE color: 8476860.

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

Color convert

RGB18888129-
CMYK00.530.310.26
HSL335.4º42.74%54.12%-
HSV(B)335.4º53.19%73.73%-
XYZ28.1919.2623-
YUV122.57131.63174.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 88 (34.77% from 255) = 21.73%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=46.42%
G=21.73%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888812900.530.310.26335.442.7454.12
HexBC58810351F1A14f2b36
Octal27413020106537325175366
Binary1011110010110001000000101101011111111010101001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5881; }

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

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

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

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

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

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

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

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