Html Css Color HEX #BA2DAB Medium Red Violet

📋 copy color: '#BA2DAB'

red 186 ◦ green 45 ◦ blue 171

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

Shades of Medium Red Violet #BA2DAB

Tints of Medium Red Violet #BA2DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.19%

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

R = 46.27%
G = 11.19%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA2DAB (or 0xBA2DAB) is known color: Medium Red Violet. HEX triplet: BA, 2D and AB. RGB value is (186,45,171). Sum of RGB (Red+Green+Blue) = 186+45+171=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2DAB is #45D254. Grayscale: #656565. Windows color (decimal): -4575829 or 11218362. OLE color: 11218362.

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

Color convert

RGB 186 45 171 -
CMYK 0 0.76 0.08 0.27
HSL 306.38º 0.61% 0.45% -
HSV(B) 306.38º 0.76% 0.73% -
XYZ 28.54 15.26 39.97 -
YUV 101.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 186 45 171 0 0.76 0.08 0.27 306.38 0.61 0.45
Hex BA 2D AB 0 4C 8 1B 132 3D 2D
Octal 272 55 253 0 114 10 33 462 75 55
Binary 10111010 101101 10101011 0 1001100 1000 11011 100110010 111101 101101

Color Harmonies of #BA2DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DAB

Black with #BA2DAB

Text Example


Text Example

White with #BA2DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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