#BC5980

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

Shades of Royal Heath #BC5980

Tints of Royal Heath #BC5980

Color information

#BC5980 (or 0xBC5980) is unknown color: approx Royal Heath. HEX triplet: BC, 59 and 80. RGB value is (188,89,128). Sum of RGB (Red+Green+Blue) = 188+89+128=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5980 is #43A67F. Grayscale: #7A7A7A. Windows color (decimal): -4433536 or 8411580. OLE color: 8411580.

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

Color convert

RGB18889128-
CMYK00.530.320.26
HSL336.36º42.49%54.31%-
HSV(B)336.36º52.66%73.73%-
XYZ28.2119.3922.68-
YUV123.05130.8174.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=46.42%
G=21.98%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888912800.530.320.26336.3642.4954.31
HexBC5980035201A1502a36
Octal27413120006540325205266
Binary10111100101100110000000011010110000011010101010000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5980; }

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

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

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

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

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

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

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

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