Html Css Color HEX #BA2BA1 Medium Red Violet

📋 copy color: '#BA2BA1'

red 186 ◦ green 43 ◦ blue 161

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

Shades of Medium Red Violet #BA2BA1

Tints of Medium Red Violet #BA2BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.03%

 BLUE value IS 161 (63.28% from 255) = 41.28%

R = 47.69%
G = 11.03%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA2BA1 (or 0xBA2BA1) is known color: Medium Red Violet. HEX triplet: BA, 2B and A1. RGB value is (186,43,161). Sum of RGB (Red+Green+Blue) = 186+43+161=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2BA1 is #45D45E. Grayscale: #626262. Windows color (decimal): -4576351 or 10562490. OLE color: 10562490.

HSL color Cylindrical-coordinate representation of color #BA2BA1: hue angle of 310.49º degrees, saturation: 0.62, 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 #BA2BA1 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 43 161 -
CMYK 0 0.77 0.13 0.27
HSL 310.49º 0.62% 0.45% -
HSV(B) 310.49º 0.77% 0.73% -
XYZ 27.55 14.74 35.11 -
YUV 99.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 186 43 161 0 0.77 0.13 0.27 310.49 0.62 0.45
Hex BA 2B A1 0 4D D 1B 136 3E 2D
Octal 272 53 241 0 115 15 33 466 76 55
Binary 10111010 101011 10100001 0 1001101 1101 11011 100110110 111110 101101

Color Harmonies of #BA2BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BA1

Black with #BA2BA1

Text Example


Text Example

White with #BA2BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BA1; }

 p { color: rgb(186,43,161); }

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

background-color css

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

 a { background-color: rgb(186,43,161); }

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

border-color css

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

 span { border-color: rgb(186,43,161); }

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