#BA517E

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

Shades of Royal Heath #BA517E

Tints of Royal Heath #BA517E

Color information

#BA517E (or 0xBA517E) is unknown color: approx Royal Heath. HEX triplet: BA, 51 and 7E. RGB value is (186,81,126). Sum of RGB (Red+Green+Blue) = 186+81+126=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA517E is #45AE81. Grayscale: #757575. Windows color (decimal): -4566658 or 8278458. OLE color: 8278458.

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

Color convert

RGB18681126-
CMYK00.560.320.27
HSL334.29º43.21%52.35%-
HSV(B)334.29º56.45%72.94%-
XYZ26.9617.8321.76-
YUV117.52132.79176.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=47.33%
G=20.61%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868112600.560.320.27334.2943.2152.35
HexBA517E038201B14e2b34
Octal27212117607040335165364
Binary1011101010100011111110011100010000011011101001110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA517E; }

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

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

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

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

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

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

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

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