#BC5179

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

Shades of Royal Heath #BC5179

Tints of Royal Heath #BC5179

Color information

#BC5179 (or 0xBC5179) is unknown color: approx Royal Heath. HEX triplet: BC, 51 and 79. RGB value is (188,81,121). Sum of RGB (Red+Green+Blue) = 188+81+121=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5179 is #43AE86. Grayscale: #757575. Windows color (decimal): -4435591 or 7950780. OLE color: 7950780.

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

Color convert

RGB18881121-
CMYK00.570.360.26
HSL337.57º44.4%52.75%-
HSV(B)337.57º56.91%73.73%-
XYZ27.1317.9620.13-
YUV117.55129.95178.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=48.21%
G=20.77%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888112100.570.360.26337.5744.452.75
HexBC5179039241A1522c35
Octal27412117107144325225465
Binary1011110010100011111001011100110010011010101010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5179; }

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

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

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

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

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

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

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

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