#BA427E

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

Shades of Royal Heath #BA427E

Tints of Royal Heath #BA427E

Color information

#BA427E (or 0xBA427E) is unknown color: approx Royal Heath. HEX triplet: BA, 42 and 7E. RGB value is (186,66,126). Sum of RGB (Red+Green+Blue) = 186+66+126=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA427E is #45BD81. Grayscale: #6C6C6C. Windows color (decimal): -4570498 or 8274618. OLE color: 8274618.

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

Color convert

RGB18666126-
CMYK00.650.320.27
HSL330º47.62%49.41%-
HSV(B)330º64.52%72.94%-
XYZ25.9615.8421.43-
YUV108.72137.76183.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=49.21%
G=17.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866612600.650.320.2733047.6249.41
HexBA427E041201B14a3031
Octal272102176010140335126061
Binary10111010100001011111100100000110000011011101001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA427E; }

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

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

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

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

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

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

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

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