Html Css Color HEX #BA0DBA Deep Magenta

📋 copy color: '#BA0DBA'

red 186 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #BA0DBA

Tints of Deep Magenta #BA0DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.38%

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

R = 48.31%
G = 3.38%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA0DBA (or 0xBA0DBA) is known color: Deep Magenta. HEX triplet: BA, 0D and BA. RGB value is (186,13,186). Sum of RGB (Red+Green+Blue) = 186+13+186=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA0DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DBA is #45F245. Grayscale: #535353. Windows color (decimal): -4584006 or 12193210. OLE color: 12193210.

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

Color convert

RGB 186 13 186 -
CMYK 0 0.93 0 0.27
HSL 300º 0.87% 0.39% -
HSV(B) 300º 0.93% 0.73% -
XYZ 29.26 14.27 47.67 -
YUV 84.45 185.31 200.43 -
System Red Green Blue C M Y K H S L
Decimal 186 13 186 0 0.93 0 0.27 300 0.87 0.39
Hex BA D BA 0 5D 0 1B 12C 57 27
Octal 272 15 272 0 135 0 33 454 127 47
Binary 10111010 1101 10111010 0 1011101 0 11011 100101100 1010111 100111

Color Harmonies of #BA0DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0DBA

Black with #BA0DBA

Text Example


Text Example

White with #BA0DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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