#BC5180

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

Shades of Royal Heath #BC5180

Tints of Royal Heath #BC5180

Color information

#BC5180 (or 0xBC5180) is unknown color: approx Royal Heath. HEX triplet: BC, 51 and 80. RGB value is (188,81,128). Sum of RGB (Red+Green+Blue) = 188+81+128=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5180 is #43AE7F. Grayscale: #767676. Windows color (decimal): -4435584 or 8409532. OLE color: 8409532.

HSL color Cylindrical-coordinate representation of color #BC5180: hue angle of 333.64º 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 #BC5180 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB18881128-
CMYK00.570.320.26
HSL333.64º44.4%52.75%-
HSV(B)333.64º56.91%73.73%-
XYZ27.5818.1322.47-
YUV118.35133.45177.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=47.36%
G=20.40%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888112800.570.320.26333.6444.452.75
HexBC5180039201A14e2c35
Octal27412120007140325165465
Binary10111100101000110000000011100110000011010101001110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5180; }

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

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

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

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

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

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

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

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