#BA228E

Color #BA228E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BA228E

Tints of Medium Red Violet #BA228E

Color information

#BA228E (or 0xBA228E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 22 and 8E. RGB value is (186,34,142). Sum of RGB (Red+Green+Blue) = 186+34+142=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA228E is #45DD71. Grayscale: #5B5B5B. Windows color (decimal): -4578674 or 9315002. OLE color: 9315002.

HSL color Cylindrical-coordinate representation of color #BA228E: hue angle of 317.37º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA228E is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18634142-
CMYK00.820.240.27
HSL317.37º69.09%43.14%-
HSV(B)317.37º81.72%72.94%-
XYZ25.713.5426.85-
YUV91.76156.36195.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 34 (13.67% from 255) = 9.39%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=51.38%
G=9.39%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863414200.820.240.27317.3769.0943.14
HexBA228E052181B13d452b
Octal272422160122303347510553
Binary10111010100010100011100101001011000110111001111011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA228E; }

 p { color: rgb(186,34,142); }

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

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

 a { background-color: rgb(186,34,142); }

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

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

 span { border-color: rgb(186,34,142); }

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