Html Css Color HEX #BA12CB Deep Magenta

📋 copy color: '#BA12CB'

red 186 ◦ green 18 ◦ blue 203

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

Shades of Deep Magenta #BA12CB

Tints of Deep Magenta #BA12CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.42%

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

R = 45.7%
G = 4.42%
B = 49.88%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA12CB (or 0xBA12CB) is known color: Deep Magenta. HEX triplet: BA, 12 and CB. RGB value is (186,18,203). Sum of RGB (Red+Green+Blue) = 186+18+203=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA12CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12CB is #45ED34. Grayscale: #585858. Windows color (decimal): -4582709 or 13308602. OLE color: 13308602.

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

Color convert

RGB 186 18 203 -
CMYK 0.08 0.91 0 0.20
HSL 294.49º 0.84% 0.43% -
HSV(B) 294.49º 0.91% 0.8% -
XYZ 31.25 15.18 57.78 -
YUV 89.32 192.16 196.96 -
System Red Green Blue C M Y K H S L
Decimal 186 18 203 0.08 0.91 0 0.20 294.49 0.84 0.43
Hex BA 12 CB 8 5B 0 14 126 54 2B
Octal 272 22 313 10 133 0 24 446 124 53
Binary 10111010 10010 11001011 1000 1011011 0 10100 100100110 1010100 101011

Color Harmonies of #BA12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12CB

Black with #BA12CB

Text Example


Text Example

White with #BA12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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