Html Css Color HEX #BA12B1 Deep Magenta

📋 copy color: '#BA12B1'

red 186 ◦ green 18 ◦ blue 177

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

Shades of Deep Magenta #BA12B1

Tints of Deep Magenta #BA12B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.46%

R = 48.82%
G = 4.72%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA12B1 (or 0xBA12B1) is known color: Deep Magenta. HEX triplet: BA, 12 and B1. RGB value is (186,18,177). Sum of RGB (Red+Green+Blue) = 186+18+177=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12B1 is #45ED4E. Grayscale: #555555. Windows color (decimal): -4582735 or 11604666. OLE color: 11604666.

HSL color Cylindrical-coordinate representation of color #BA12B1: hue angle of 303.21º 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 #BA12B1 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 177 -
CMYK 0 0.90 0.05 0.27
HSL 303.21º 0.82% 0.4% -
HSV(B) 303.21º 0.9% 0.73% -
XYZ 28.4 14.05 42.81 -
YUV 86.36 179.16 199.07 -
System Red Green Blue C M Y K H S L
Decimal 186 18 177 0 0.90 0.05 0.27 303.21 0.82 0.4
Hex BA 12 B1 0 5A 5 1B 12F 52 28
Octal 272 22 261 0 132 5 33 457 122 50
Binary 10111010 10010 10110001 0 1011010 101 11011 100101111 1010010 101000

Color Harmonies of #BA12B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12B1

Black with #BA12B1

Text Example


Text Example

White with #BA12B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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