Html Css Color HEX #BA0DD8 Deep Magenta

📋 copy color: '#BA0DD8'

red 186 ◦ green 13 ◦ blue 216

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

Shades of Deep Magenta #BA0DD8

Tints of Deep Magenta #BA0DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.05%

R = 44.82%
G = 3.13%
B = 52.05%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA0DD8 (or 0xBA0DD8) is known color: Deep Magenta. HEX triplet: BA, 0D and D8. RGB value is (186,13,216). Sum of RGB (Red+Green+Blue) = 186+13+216=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 216 (84.77% from 255 or 52.05% from 415); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA0DD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DD8 is #45F227. Grayscale: #575757. Windows color (decimal): -4583976 or 14159290. OLE color: 14159290.

HSL color Cylindrical-coordinate representation of color #BA0DD8: hue angle of 291.13º degrees, saturation: 0.89, 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 #BA0DD8 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 13 216 -
CMYK 0.14 0.94 0 0.15
HSL 291.13º 0.89% 0.45% -
HSV(B) 291.13º 0.94% 0.85% -
XYZ 32.79 15.68 66.27 -
YUV 87.87 200.31 197.99 -
System Red Green Blue C M Y K H S L
Decimal 186 13 216 0.14 0.94 0 0.15 291.13 0.89 0.45
Hex BA D D8 E 5E 0 F 123 59 2D
Octal 272 15 330 16 136 0 17 443 131 55
Binary 10111010 1101 11011000 1110 1011110 0 1111 100100011 1011001 101101

Color Harmonies of #BA0DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0DD8

Black with #BA0DD8

Text Example


Text Example

White with #BA0DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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