Html Css Color HEX #BA1DBE Deep Magenta

📋 copy color: '#BA1DBE'

red 186 ◦ green 29 ◦ blue 190

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

Shades of Deep Magenta #BA1DBE

Tints of Deep Magenta #BA1DBE

RGB

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

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

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

R = 45.93%
G = 7.16%
B = 46.91%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA1DBE (or 0xBA1DBE) is known color: Deep Magenta. HEX triplet: BA, 1D and BE. RGB value is (186,29,190). Sum of RGB (Red+Green+Blue) = 186+29+190=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA1DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DBE is #45E241. Grayscale: #5D5D5D. Windows color (decimal): -4579906 or 12459450. OLE color: 12459450.

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

Color convert

RGB 186 29 190 -
CMYK 0.02 0.85 0 0.25
HSL 298.51º 0.74% 0.43% -
HSV(B) 298.51º 0.85% 0.75% -
XYZ 29.98 15.04 50.04 -
YUV 94.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 186 29 190 0.02 0.85 0 0.25 298.51 0.74 0.43
Hex BA 1D BE 2 55 0 19 12B 4A 2B
Octal 272 35 276 2 125 0 31 453 112 53
Binary 10111010 11101 10111110 10 1010101 0 11001 100101011 1001010 101011

Color Harmonies of #BA1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DBE

Black with #BA1DBE

Text Example


Text Example

White with #BA1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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