Html Css Color HEX #BA12B4 Deep Magenta

📋 copy color: '#BA12B4'

red 186 ◦ green 18 ◦ blue 180

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

Shades of Deep Magenta #BA12B4

Tints of Deep Magenta #BA12B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.88%

R = 48.44%
G = 4.69%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA12B4 (or 0xBA12B4) is known color: Deep Magenta. HEX triplet: BA, 12 and B4. RGB value is (186,18,180). Sum of RGB (Red+Green+Blue) = 186+18+180=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12B4 is #45ED4B. Grayscale: #565656. Windows color (decimal): -4582732 or 11801274. OLE color: 11801274.

HSL color Cylindrical-coordinate representation of color #BA12B4: hue angle of 302.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA12B4 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 180 -
CMYK 0 0.90 0.03 0.27
HSL 302.14º 0.82% 0.4% -
HSV(B) 302.14º 0.9% 0.73% -
XYZ 28.7 14.17 44.4 -
YUV 86.7 180.66 198.83 -
System Red Green Blue C M Y K H S L
Decimal 186 18 180 0 0.90 0.03 0.27 302.14 0.82 0.4
Hex BA 12 B4 0 5A 3 1B 12E 52 28
Octal 272 22 264 0 132 3 33 456 122 50
Binary 10111010 10010 10110100 0 1011010 11 11011 100101110 1010010 101000

Color Harmonies of #BA12B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12B4

Black with #BA12B4

Text Example


Text Example

White with #BA12B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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