Html Css Color HEX #BA11CB Deep Magenta

📋 copy color: '#BA11CB'

red 186 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #BA11CB

Tints of Deep Magenta #BA11CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50%

R = 45.81%
G = 4.19%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA11CB (or 0xBA11CB) is known color: Deep Magenta. HEX triplet: BA, 11 and CB. RGB value is (186,17,203). Sum of RGB (Red+Green+Blue) = 186+17+203=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA11CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11CB is #45EE34. Grayscale: #585858. Windows color (decimal): -4582965 or 13308346. OLE color: 13308346.

HSL color Cylindrical-coordinate representation of color #BA11CB: hue angle of 294.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA11CB is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 17 203 -
CMYK 0.08 0.92 0 0.20
HSL 294.52º 0.85% 0.43% -
HSV(B) 294.52º 0.92% 0.8% -
XYZ 31.23 15.15 57.78 -
YUV 88.74 192.49 197.38 -
System Red Green Blue C M Y K H S L
Decimal 186 17 203 0.08 0.92 0 0.20 294.52 0.85 0.43
Hex BA 11 CB 8 5C 0 14 127 55 2B
Octal 272 21 313 10 134 0 24 447 125 53
Binary 10111010 10001 11001011 1000 1011100 0 10100 100100111 1010101 101011

Color Harmonies of #BA11CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA11CB

Black with #BA11CB

Text Example


Text Example

White with #BA11CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA11CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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