Html Css Color HEX #BA0ABF Deep Magenta

📋 copy color: '#BA0ABF'

red 186 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #BA0ABF

Tints of Deep Magenta #BA0ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

 BLUE value IS 191 (75% from 255) = 49.35%

R = 48.06%
G = 2.58%
B = 49.35%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA0ABF (or 0xBA0ABF) is known color: Deep Magenta. HEX triplet: BA, 0A and BF. RGB value is (186,10,191). Sum of RGB (Red+Green+Blue) = 186+10+191=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ABF is #45F540. Grayscale: #525252. Windows color (decimal): -4584769 or 12520122. OLE color: 12520122.

HSL color Cylindrical-coordinate representation of color #BA0ABF: hue angle of 298.34º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0ABF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 10 191 -
CMYK 0.03 0.95 0 0.25
HSL 298.34º 0.9% 0.39% -
HSV(B) 298.34º 0.95% 0.75% -
XYZ 29.76 14.42 50.5 -
YUV 83.26 188.81 201.28 -
System Red Green Blue C M Y K H S L
Decimal 186 10 191 0.03 0.95 0 0.25 298.34 0.9 0.39
Hex BA A BF 3 5F 0 19 12A 5A 27
Octal 272 12 277 3 137 0 31 452 132 47
Binary 10111010 1010 10111111 11 1011111 0 11001 100101010 1011010 100111

Color Harmonies of #BA0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0ABF

Black with #BA0ABF

Text Example


Text Example

White with #BA0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0ABF; }

 p { color: rgb(186,10,191); }

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

background-color css

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

 a { background-color: rgb(186,10,191); }

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

border-color css

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

 span { border-color: rgb(186,10,191); }

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