#BA407C

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

Shades of Royal Heath #BA407C

Tints of Royal Heath #BA407C

Color information

#BA407C (or 0xBA407C) is unknown color: approx Royal Heath. HEX triplet: BA, 40 and 7C. RGB value is (186,64,124). Sum of RGB (Red+Green+Blue) = 186+64+124=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA407C is #45BF83. Grayscale: #6B6B6B. Windows color (decimal): -4571012 or 8143034. OLE color: 8143034.

HSL color Cylindrical-coordinate representation of color #BA407C: hue angle of 330.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA407C is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18664124-
CMYK00.660.330.27
HSL330.49º48.8%49.02%-
HSV(B)330.49º65.59%72.94%-
XYZ25.7215.5620.72-
YUV107.32137.42184.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 64 (25.39% from 255) = 17.11%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=49.73%
G=17.11%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866412400.660.330.27330.4948.849.02
HexBA407C042211B14a3131
Octal272100174010241335126161
Binary10111010100000011111000100001010000111011101001010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA407C; }

 p { color: rgb(186,64,124); }

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

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

 a { background-color: rgb(186,64,124); }

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

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

 span { border-color: rgb(186,64,124); }

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