Html Css Color HEX #BA11BE Deep Magenta

📋 copy color: '#BA11BE'

red 186 ◦ green 17 ◦ blue 190

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

Shades of Deep Magenta #BA11BE

Tints of Deep Magenta #BA11BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 47.33%
G = 4.33%
B = 48.35%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA11BE (or 0xBA11BE) is known color: Deep Magenta. HEX triplet: BA, 11 and BE. RGB value is (186,17,190). Sum of RGB (Red+Green+Blue) = 186+17+190=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA11BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11BE is #45EE41. Grayscale: #565656. Windows color (decimal): -4582978 or 12456378. OLE color: 12456378.

HSL color Cylindrical-coordinate representation of color #BA11BE: hue angle of 298.61º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11BE is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 17 190 -
CMYK 0.02 0.91 0 0.25
HSL 298.61º 0.84% 0.41% -
HSV(B) 298.61º 0.91% 0.75% -
XYZ 29.74 14.56 49.96 -
YUV 87.25 185.99 198.43 -
System Red Green Blue C M Y K H S L
Decimal 186 17 190 0.02 0.91 0 0.25 298.61 0.84 0.41
Hex BA 11 BE 2 5B 0 19 12B 54 29
Octal 272 21 276 2 133 0 31 453 124 51
Binary 10111010 10001 10111110 10 1011011 0 11001 100101011 1010100 101001

Color Harmonies of #BA11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA11BE

Black with #BA11BE

Text Example


Text Example

White with #BA11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA11BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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