#BA228A

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

Shades of Medium Red Violet #BA228A

Tints of Medium Red Violet #BA228A

Color information

#BA228A (or 0xBA228A) is unknown color: approx Medium Red Violet. HEX triplet: BA, 22 and 8A. RGB value is (186,34,138). Sum of RGB (Red+Green+Blue) = 186+34+138=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA228A is #45DD75. Grayscale: #5B5B5B. Windows color (decimal): -4578678 or 9052858. OLE color: 9052858.

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

Color convert

RGB18634138-
CMYK00.820.260.27
HSL318.95º69.09%43.14%-
HSV(B)318.95º81.72%72.94%-
XYZ25.4113.4225.3-
YUV91.3154.36195.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 34 (13.67% from 255) = 9.50%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=51.96%
G=9.50%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863413800.820.260.27318.9569.0943.14
HexBA228A0521A1B13f452b
Octal272422120122323347710553
Binary10111010100010100010100101001011010110111001111111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA228A; }

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

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

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

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

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

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

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

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