Html Css Color HEX #BA1ABE Deep Magenta

📋 copy color: '#BA1ABE'

red 186 ◦ green 26 ◦ blue 190

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

Shades of Deep Magenta #BA1ABE

Tints of Deep Magenta #BA1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.47%

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 46.27%
G = 6.47%
B = 47.26%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA1ABE (or 0xBA1ABE) is known color: Deep Magenta. HEX triplet: BA, 1A and BE. RGB value is (186,26,190). Sum of RGB (Red+Green+Blue) = 186+26+190=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA1ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ABE is #45E541. Grayscale: #5C5C5C. Windows color (decimal): -4580674 or 12458682. OLE color: 12458682.

HSL color Cylindrical-coordinate representation of color #BA1ABE: hue angle of 298.54º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1ABE is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 26 190 -
CMYK 0.02 0.86 0 0.25
HSL 298.54º 0.76% 0.42% -
HSV(B) 298.54º 0.86% 0.75% -
XYZ 29.91 14.9 50.01 -
YUV 92.54 183.01 194.66 -
System Red Green Blue C M Y K H S L
Decimal 186 26 190 0.02 0.86 0 0.25 298.54 0.76 0.42
Hex BA 1A BE 2 56 0 19 12B 4C 2A
Octal 272 32 276 2 126 0 31 453 114 52
Binary 10111010 11010 10111110 10 1010110 0 11001 100101011 1001100 101010

Color Harmonies of #BA1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1ABE

Black with #BA1ABE

Text Example


Text Example

White with #BA1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1ABE; }

 p { color: rgb(186,26,190); }

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

background-color css

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

 a { background-color: rgb(186,26,190); }

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

border-color css

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

 span { border-color: rgb(186,26,190); }

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