#BA427C

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

Shades of Royal Heath #BA427C

Tints of Royal Heath #BA427C

Color information

#BA427C (or 0xBA427C) is unknown color: approx Royal Heath. HEX triplet: BA, 42 and 7C. RGB value is (186,66,124). Sum of RGB (Red+Green+Blue) = 186+66+124=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA427C is #45BD83. Grayscale: #6C6C6C. Windows color (decimal): -4570500 or 8143546. OLE color: 8143546.

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

Color convert

RGB18666124-
CMYK00.650.330.27
HSL331º47.62%49.41%-
HSV(B)331º64.52%72.94%-
XYZ25.8415.7920.75-
YUV108.49136.76183.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=49.47%
G=17.55%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866612400.650.330.2733147.6249.41
HexBA427C041211B14b3031
Octal272102174010141335136061
Binary10111010100001011111000100000110000111011101001011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA427C; }

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

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

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

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

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

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

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

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