Html Css Color HEX #BA2EAA Medium Red Violet

📋 copy color: '#BA2EAA'

red 186 ◦ green 46 ◦ blue 170

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

Shades of Medium Red Violet #BA2EAA

Tints of Medium Red Violet #BA2EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.44%

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

R = 46.27%
G = 11.44%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA2EAA (or 0xBA2EAA) is known color: Medium Red Violet. HEX triplet: BA, 2E and AA. RGB value is (186,46,170). Sum of RGB (Red+Green+Blue) = 186+46+170=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EAA is #45D155. Grayscale: #656565. Windows color (decimal): -4575574 or 11153082. OLE color: 11153082.

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

Color convert

RGB 186 46 170 -
CMYK 0 0.75 0.09 0.27
HSL 306.86º 0.6% 0.45% -
HSV(B) 306.86º 0.75% 0.73% -
XYZ 28.48 15.3 39.48 -
YUV 102 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 186 46 170 0 0.75 0.09 0.27 306.86 0.6 0.45
Hex BA 2E AA 0 4B 9 1B 133 3C 2D
Octal 272 56 252 0 113 11 33 463 74 55
Binary 10111010 101110 10101010 0 1001011 1001 11011 100110011 111100 101101

Color Harmonies of #BA2EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EAA

Black with #BA2EAA

Text Example


Text Example

White with #BA2EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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