Html Css Color HEX #BA0ED0 Deep Magenta

📋 copy color: '#BA0ED0'

red 186 ◦ green 14 ◦ blue 208

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

Shades of Deep Magenta #BA0ED0

Tints of Deep Magenta #BA0ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.98%

R = 45.59%
G = 3.43%
B = 50.98%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA0ED0 (or 0xBA0ED0) is known color: Deep Magenta. HEX triplet: BA, 0E and D0. RGB value is (186,14,208). Sum of RGB (Red+Green+Blue) = 186+14+208=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA0ED0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ED0 is #45F12F. Grayscale: #565656. Windows color (decimal): -4583728 or 13635258. OLE color: 13635258.

HSL color Cylindrical-coordinate representation of color #BA0ED0: hue angle of 293.2º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0ED0 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 14 208 -
CMYK 0.11 0.93 0 0.18
HSL 293.2º 0.87% 0.44% -
HSV(B) 293.2º 0.93% 0.82% -
XYZ 31.79 15.31 60.95 -
YUV 87.54 195.98 198.23 -
System Red Green Blue C M Y K H S L
Decimal 186 14 208 0.11 0.93 0 0.18 293.2 0.87 0.44
Hex BA E D0 B 5D 0 12 125 57 2C
Octal 272 16 320 13 135 0 22 445 127 54
Binary 10111010 1110 11010000 1011 1011101 0 10010 100100101 1010111 101100

Color Harmonies of #BA0ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0ED0

Black with #BA0ED0

Text Example


Text Example

White with #BA0ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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