#BA5180

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

Shades of Royal Heath #BA5180

Tints of Royal Heath #BA5180

Color information

#BA5180 (or 0xBA5180) is unknown color: approx Royal Heath. HEX triplet: BA, 51 and 80. RGB value is (186,81,128). Sum of RGB (Red+Green+Blue) = 186+81+128=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5180 is #45AE7F. Grayscale: #757575. Windows color (decimal): -4566656 or 8409530. OLE color: 8409530.

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

Color convert

RGB18681128-
CMYK00.560.310.27
HSL333.14º43.21%52.35%-
HSV(B)333.14º56.45%72.94%-
XYZ27.0917.8822.45-
YUV117.75133.79176.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 81 (32.03% from 255) = 20.51%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=47.09%
G=20.51%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868112800.560.310.27333.1443.2152.35
HexBA51800381F1B14d2b34
Octal27212120007037335155364
Binary1011101010100011000000001110001111111011101001101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5180; }

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

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

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

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

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

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

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

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