Html Css Color HEX #BA0EDA Deep Magenta

📋 copy color: '#BA0EDA'

red 186 ◦ green 14 ◦ blue 218

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

Shades of Deep Magenta #BA0EDA

Tints of Deep Magenta #BA0EDA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.35%

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 44.5%
G = 3.35%
B = 52.15%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA0EDA (or 0xBA0EDA) is known color: Deep Magenta. HEX triplet: BA, 0E and DA. RGB value is (186,14,218). Sum of RGB (Red+Green+Blue) = 186+14+218=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA0EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EDA is #45F125. Grayscale: #585858. Windows color (decimal): -4583718 or 14290618. OLE color: 14290618.

HSL color Cylindrical-coordinate representation of color #BA0EDA: hue angle of 290.59º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0EDA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 14 218 -
CMYK 0.15 0.94 0 0.15
HSL 290.59º 0.88% 0.45% -
HSV(B) 290.59º 0.94% 0.85% -
XYZ 33.06 15.82 67.64 -
YUV 88.68 200.98 197.41 -
System Red Green Blue C M Y K H S L
Decimal 186 14 218 0.15 0.94 0 0.15 290.59 0.88 0.45
Hex BA E DA F 5E 0 F 123 58 2D
Octal 272 16 332 17 136 0 17 443 130 55
Binary 10111010 1110 11011010 1111 1011110 0 1111 100100011 1011000 101101

Color Harmonies of #BA0EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EDA

Black with #BA0EDA

Text Example


Text Example

White with #BA0EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EDA; }

 p { color: rgb(186,14,218); }

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

background-color css

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

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

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

border-color css

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

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

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