Html Css Color HEX #BA1DAB Medium Violet Red

📋 copy color: '#BA1DAB'

red 186 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #BA1DAB

Tints of Medium Violet Red #BA1DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.51%

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

R = 48.19%
G = 7.51%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA1DAB (or 0xBA1DAB) is known color: Medium Violet Red. HEX triplet: BA, 1D and AB. RGB value is (186,29,171). Sum of RGB (Red+Green+Blue) = 186+29+171=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DAB is #45E254. Grayscale: #5B5B5B. Windows color (decimal): -4579925 or 11214266. OLE color: 11214266.

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

Color convert

RGB 186 29 171 -
CMYK 0 0.84 0.08 0.27
HSL 305.73º 0.73% 0.42% -
HSV(B) 305.73º 0.84% 0.73% -
XYZ 28.04 14.26 39.8 -
YUV 92.13 172.51 194.95 -
System Red Green Blue C M Y K H S L
Decimal 186 29 171 0 0.84 0.08 0.27 305.73 0.73 0.42
Hex BA 1D AB 0 54 8 1B 132 49 2A
Octal 272 35 253 0 124 10 33 462 111 52
Binary 10111010 11101 10101011 0 1010100 1000 11011 100110010 1001001 101010

Color Harmonies of #BA1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DAB

Black with #BA1DAB

Text Example


Text Example

White with #BA1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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