Html Css Color HEX #BA0EBD Deep Magenta

📋 copy color: '#BA0EBD'

red 186 ◦ green 14 ◦ blue 189

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

Shades of Deep Magenta #BA0EBD

Tints of Deep Magenta #BA0EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 47.81%
G = 3.6%
B = 48.59%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA0EBD (or 0xBA0EBD) is known color: Deep Magenta. HEX triplet: BA, 0E and BD. RGB value is (186,14,189). Sum of RGB (Red+Green+Blue) = 186+14+189=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA0EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EBD is #45F142. Grayscale: #545454. Windows color (decimal): -4583747 or 12390074. OLE color: 12390074.

HSL color Cylindrical-coordinate representation of color #BA0EBD: hue angle of 298.97º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0EBD is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 14 189 -
CMYK 0.02 0.93 0 0.26
HSL 298.97º 0.86% 0.4% -
HSV(B) 298.97º 0.93% 0.74% -
XYZ 29.59 14.43 49.37 -
YUV 85.38 186.48 199.77 -
System Red Green Blue C M Y K H S L
Decimal 186 14 189 0.02 0.93 0 0.26 298.97 0.86 0.4
Hex BA E BD 2 5D 0 1A 12B 56 28
Octal 272 16 275 2 135 0 32 453 126 50
Binary 10111010 1110 10111101 10 1011101 0 11010 100101011 1010110 101000

Color Harmonies of #BA0EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EBD

Black with #BA0EBD

Text Example


Text Example

White with #BA0EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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