Html Css Color HEX #BA22AA Medium Violet Red

📋 copy color: '#BA22AA'

red 186 ◦ green 34 ◦ blue 170

#BA22AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BA22AA

Tints of Medium Violet Red #BA22AA

RGB

 RED value IS 186 (73.05% from 255) = 47.69%

 GREEN value IS 34 (13.67% from 255) = 8.72%

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 47.69%
G = 8.72%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA22AA (or 0xBA22AA) is known color: Medium Violet Red. HEX triplet: BA, 22 and AA. RGB value is (186,34,170). Sum of RGB (Red+Green+Blue) = 186+34+170=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA22AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA22AA is #45DD55. Grayscale: #5E5E5E. Windows color (decimal): -4578646 or 11150010. OLE color: 11150010.

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

Color convert

RGB 186 34 170 -
CMYK 0 0.82 0.09 0.27
HSL 306.32º 0.69% 0.43% -
HSV(B) 306.32º 0.82% 0.73% -
XYZ 28.08 14.49 39.35 -
YUV 94.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 186 34 170 0 0.82 0.09 0.27 306.32 0.69 0.43
Hex BA 22 AA 0 52 9 1B 132 45 2B
Octal 272 42 252 0 122 11 33 462 105 53
Binary 10111010 100010 10101010 0 1010010 1001 11011 100110010 1000101 101011

Color Harmonies of #BA22AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA22AA

Black with #BA22AA

Text Example


Text Example

White with #BA22AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA22AA; }

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

 H1.HeaderClassName
 {
   color: #BA22AA;
 }
 .AnyTagClassName
 {
   color: #BA22AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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