#BA5682

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

Shades of Royal Heath #BA5682

Tints of Royal Heath #BA5682

Color information

#BA5682 (or 0xBA5682) is unknown color: approx Royal Heath. HEX triplet: BA, 56 and 82. RGB value is (186,86,130). Sum of RGB (Red+Green+Blue) = 186+86+130=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5682 is #45A97D. Grayscale: #787878. Windows color (decimal): -4565374 or 8541882. OLE color: 8541882.

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

Color convert

RGB18686130-
CMYK00.540.300.27
HSL333.6º42.02%53.33%-
HSV(B)333.6º53.76%72.94%-
XYZ27.6118.7123.27-
YUV120.92133.13174.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=46.27%
G=21.39%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868613000.540.300.27333.642.0253.33
HexBA56820361E1B14e2a35
Octal27212620206636335165265
Binary1011101010101101000001001101101111011011101001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5682; }

 p { color: rgb(186,86,130); }

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

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

 a { background-color: rgb(186,86,130); }

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

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

 span { border-color: rgb(186,86,130); }

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