Html Css Color HEX #BA2BAB Medium Red Violet

📋 copy color: '#BA2BAB'

red 186 ◦ green 43 ◦ blue 171

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

Shades of Medium Red Violet #BA2BAB

Tints of Medium Red Violet #BA2BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 46.5%
G = 10.75%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA2BAB (or 0xBA2BAB) is known color: Medium Red Violet. HEX triplet: BA, 2B and AB. RGB value is (186,43,171). Sum of RGB (Red+Green+Blue) = 186+43+171=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2BAB is #45D454. Grayscale: #636363. Windows color (decimal): -4576341 or 11217850. OLE color: 11217850.

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

Color convert

RGB 186 43 171 -
CMYK 0 0.77 0.08 0.27
HSL 306.29º 0.62% 0.45% -
HSV(B) 306.29º 0.77% 0.73% -
XYZ 28.46 15.11 39.94 -
YUV 100.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 186 43 171 0 0.77 0.08 0.27 306.29 0.62 0.45
Hex BA 2B AB 0 4D 8 1B 132 3E 2D
Octal 272 53 253 0 115 10 33 462 76 55
Binary 10111010 101011 10101011 0 1001101 1000 11011 100110010 111110 101101

Color Harmonies of #BA2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BAB

Black with #BA2BAB

Text Example


Text Example

White with #BA2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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