Html Css Color HEX #BA12BD Deep Magenta

📋 copy color: '#BA12BD'

red 186 ◦ green 18 ◦ blue 189

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

Shades of Deep Magenta #BA12BD

Tints of Deep Magenta #BA12BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 47.33%
G = 4.58%
B = 48.09%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA12BD (or 0xBA12BD) is known color: Deep Magenta. HEX triplet: BA, 12 and BD. RGB value is (186,18,189). Sum of RGB (Red+Green+Blue) = 186+18+189=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA12BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12BD is #45ED42. Grayscale: #575757. Windows color (decimal): -4582723 or 12391098. OLE color: 12391098.

HSL color Cylindrical-coordinate representation of color #BA12BD: hue angle of 298.95º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA12BD is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 18 189 -
CMYK 0.02 0.90 0 0.26
HSL 298.95º 0.83% 0.41% -
HSV(B) 298.95º 0.9% 0.74% -
XYZ 29.65 14.55 49.39 -
YUV 87.73 185.16 198.1 -
System Red Green Blue C M Y K H S L
Decimal 186 18 189 0.02 0.90 0 0.26 298.95 0.83 0.41
Hex BA 12 BD 2 5A 0 1A 12B 53 29
Octal 272 22 275 2 132 0 32 453 123 51
Binary 10111010 10010 10111101 10 1011010 0 11010 100101011 1010011 101001

Color Harmonies of #BA12BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12BD

Black with #BA12BD

Text Example


Text Example

White with #BA12BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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