Html Css Color HEX #BA1DBA Deep Magenta

📋 copy color: '#BA1DBA'

red 186 ◦ green 29 ◦ blue 186

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

Shades of Deep Magenta #BA1DBA

Tints of Deep Magenta #BA1DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.23%

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 46.38%
G = 7.23%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA1DBA (or 0xBA1DBA) is known color: Deep Magenta. HEX triplet: BA, 1D and BA. RGB value is (186,29,186). Sum of RGB (Red+Green+Blue) = 186+29+186=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA1DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DBA is #45E245. Grayscale: #5D5D5D. Windows color (decimal): -4579910 or 12197306. OLE color: 12197306.

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

Color convert

RGB 186 29 186 -
CMYK 0 0.84 0 0.27
HSL 300º 0.73% 0.42% -
HSV(B) 300º 0.84% 0.73% -
XYZ 29.55 14.86 47.77 -
YUV 93.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 186 29 186 0 0.84 0 0.27 300 0.73 0.42
Hex BA 1D BA 0 54 0 1B 12C 49 2A
Octal 272 35 272 0 124 0 33 454 111 52
Binary 10111010 11101 10111010 0 1010100 0 11011 100101100 1001001 101010

Color Harmonies of #BA1DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DBA

Black with #BA1DBA

Text Example


Text Example

White with #BA1DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DBA; }

 p { color: rgb(186,29,186); }

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

background-color css

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

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

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

border-color css

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

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

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