Html Css Color HEX #BA2AA4 Medium Red Violet

📋 copy color: '#BA2AA4'

red 186 ◦ green 42 ◦ blue 164

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

Shades of Medium Red Violet #BA2AA4

Tints of Medium Red Violet #BA2AA4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.71%

 BLUE value IS 164 (64.45% from 255) = 41.84%

R = 47.45%
G = 10.71%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA2AA4 (or 0xBA2AA4) is known color: Medium Red Violet. HEX triplet: BA, 2A and A4. RGB value is (186,42,164). Sum of RGB (Red+Green+Blue) = 186+42+164=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2AA4 is #45D55B. Grayscale: #626262. Windows color (decimal): -4576604 or 10758842. OLE color: 10758842.

HSL color Cylindrical-coordinate representation of color #BA2AA4: hue angle of 309.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2AA4 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 42 164 -
CMYK 0 0.77 0.12 0.27
HSL 309.17º 0.63% 0.45% -
HSV(B) 309.17º 0.77% 0.73% -
XYZ 27.78 14.78 36.51 -
YUV 98.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 186 42 164 0 0.77 0.12 0.27 309.17 0.63 0.45
Hex BA 2A A4 0 4D C 1B 135 3F 2D
Octal 272 52 244 0 115 14 33 465 77 55
Binary 10111010 101010 10100100 0 1001101 1100 11011 100110101 111111 101101

Color Harmonies of #BA2AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AA4

Black with #BA2AA4

Text Example


Text Example

White with #BA2AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AA4; }

 p { color: rgb(186,42,164); }

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

background-color css

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

 a { background-color: rgb(186,42,164); }

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

border-color css

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

 span { border-color: rgb(186,42,164); }

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