#BA5980

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

Shades of Royal Heath #BA5980

Tints of Royal Heath #BA5980

Color information

#BA5980 (or 0xBA5980) is unknown color: approx Royal Heath. HEX triplet: BA, 59 and 80. RGB value is (186,89,128). Sum of RGB (Red+Green+Blue) = 186+89+128=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5980 is #45A67F. Grayscale: #7A7A7A. Windows color (decimal): -4564608 or 8411578. OLE color: 8411578.

HSL color Cylindrical-coordinate representation of color #BA5980: hue angle of 335.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5980 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18689128-
CMYK00.520.310.27
HSL335.88º41.28%53.92%-
HSV(B)335.88º52.15%72.94%-
XYZ27.7219.1422.66-
YUV122.45131.14173.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=46.15%
G=22.08%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868912800.520.310.27335.8841.2853.92
HexBA59800341F1B1502936
Octal27213120006437335205166
Binary1011101010110011000000001101001111111011101010000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5980; }

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

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

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

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

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

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

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

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