Html Css Color HEX #BA11B0 Deep Magenta

📋 copy color: '#BA11B0'

red 186 ◦ green 17 ◦ blue 176

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

Shades of Deep Magenta #BA11B0

Tints of Deep Magenta #BA11B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.44%

R = 49.08%
G = 4.49%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA11B0 (or 0xBA11B0) is known color: Deep Magenta. HEX triplet: BA, 11 and B0. RGB value is (186,17,176). Sum of RGB (Red+Green+Blue) = 186+17+176=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11B0 is #45EE4F. Grayscale: #555555. Windows color (decimal): -4582992 or 11538874. OLE color: 11538874.

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

Color convert

RGB 186 17 176 -
CMYK 0 0.91 0.05 0.27
HSL 303.55º 0.83% 0.4% -
HSV(B) 303.55º 0.91% 0.73% -
XYZ 28.29 13.97 42.28 -
YUV 85.66 178.99 199.57 -
System Red Green Blue C M Y K H S L
Decimal 186 17 176 0 0.91 0.05 0.27 303.55 0.83 0.4
Hex BA 11 B0 0 5B 5 1B 130 53 28
Octal 272 21 260 0 133 5 33 460 123 50
Binary 10111010 10001 10110000 0 1011011 101 11011 100110000 1010011 101000

Color Harmonies of #BA11B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA11B0

Black with #BA11B0

Text Example


Text Example

White with #BA11B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA11B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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