Html Css Color HEX #BA0DAB Deep Magenta

📋 copy color: '#BA0DAB'

red 186 ◦ green 13 ◦ blue 171

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

Shades of Deep Magenta #BA0DAB

Tints of Deep Magenta #BA0DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.51%

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

R = 50.27%
G = 3.51%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA0DAB (or 0xBA0DAB) is known color: Deep Magenta. HEX triplet: BA, 0D and AB. RGB value is (186,13,171). Sum of RGB (Red+Green+Blue) = 186+13+171=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0DAB is #45F254. Grayscale: #525252. Windows color (decimal): -4584021 or 11210170. OLE color: 11210170.

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

Color convert

RGB 186 13 171 -
CMYK 0 0.93 0.08 0.27
HSL 305.2º 0.87% 0.39% -
HSV(B) 305.2º 0.93% 0.73% -
XYZ 27.74 13.67 39.7 -
YUV 82.74 177.81 201.65 -
System Red Green Blue C M Y K H S L
Decimal 186 13 171 0 0.93 0.08 0.27 305.2 0.87 0.39
Hex BA D AB 0 5D 8 1B 131 57 27
Octal 272 15 253 0 135 10 33 461 127 47
Binary 10111010 1101 10101011 0 1011101 1000 11011 100110001 1010111 100111

Color Harmonies of #BA0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0DAB

Black with #BA0DAB

Text Example


Text Example

White with #BA0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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