Html Css Color HEX #BA11BD Deep Magenta

📋 copy color: '#BA11BD'

red 186 ◦ green 17 ◦ blue 189

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

Shades of Deep Magenta #BA11BD

Tints of Deep Magenta #BA11BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.34%

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 47.45%
G = 4.34%
B = 48.21%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA11BD (or 0xBA11BD) is known color: Deep Magenta. HEX triplet: BA, 11 and BD. RGB value is (186,17,189). Sum of RGB (Red+Green+Blue) = 186+17+189=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA11BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11BD is #45EE42. Grayscale: #565656. Windows color (decimal): -4582979 or 12390842. OLE color: 12390842.

HSL color Cylindrical-coordinate representation of color #BA11BD: hue angle of 298.95º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11BD is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 17 189 -
CMYK 0.02 0.91 0 0.26
HSL 298.95º 0.83% 0.4% -
HSV(B) 298.95º 0.91% 0.74% -
XYZ 29.64 14.51 49.38 -
YUV 87.14 185.49 198.51 -
System Red Green Blue C M Y K H S L
Decimal 186 17 189 0.02 0.91 0 0.26 298.95 0.83 0.4
Hex BA 11 BD 2 5B 0 1A 12B 53 28
Octal 272 21 275 2 133 0 32 453 123 50
Binary 10111010 10001 10111101 10 1011011 0 11010 100101011 1010011 101000

Color Harmonies of #BA11BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA11BD

Black with #BA11BD

Text Example


Text Example

White with #BA11BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA11BD; }

 p { color: rgb(186,17,189); }

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

background-color css

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

 a { background-color: rgb(186,17,189); }

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

border-color css

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

 span { border-color: rgb(186,17,189); }

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