Html Css Color HEX #BA1BAF Deep Magenta

📋 copy color: '#BA1BAF'

red 186 ◦ green 27 ◦ blue 175

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

Shades of Deep Magenta #BA1BAF

Tints of Deep Magenta #BA1BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.96%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 47.94%
G = 6.96%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA1BAF (or 0xBA1BAF) is known color: Deep Magenta. HEX triplet: BA, 1B and AF. RGB value is (186,27,175). Sum of RGB (Red+Green+Blue) = 186+27+175=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1BAF is #45E450. Grayscale: #5A5A5A. Windows color (decimal): -4580433 or 11475898. OLE color: 11475898.

HSL color Cylindrical-coordinate representation of color #BA1BAF: hue angle of 304.15º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1BAF is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 27 175 -
CMYK 0 0.85 0.06 0.27
HSL 304.15º 0.75% 0.42% -
HSV(B) 304.15º 0.85% 0.73% -
XYZ 28.38 14.32 41.83 -
YUV 91.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 186 27 175 0 0.85 0.06 0.27 304.15 0.75 0.42
Hex BA 1B AF 0 55 6 1B 130 4B 2A
Octal 272 33 257 0 125 6 33 460 113 52
Binary 10111010 11011 10101111 0 1010101 110 11011 100110000 1001011 101010

Color Harmonies of #BA1BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BAF

Black with #BA1BAF

Text Example


Text Example

White with #BA1BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BAF; }

 p { color: rgb(186,27,175); }

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

background-color css

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

 a { background-color: rgb(186,27,175); }

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

border-color css

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

 span { border-color: rgb(186,27,175); }

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