Html Css Color HEX #BA0DCD Deep Magenta

📋 copy color: '#BA0DCD'

red 186 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #BA0DCD

Tints of Deep Magenta #BA0DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 46.04%
G = 3.22%
B = 50.74%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA0DCD (or 0xBA0DCD) is known color: Deep Magenta. HEX triplet: BA, 0D and CD. RGB value is (186,13,205). Sum of RGB (Red+Green+Blue) = 186+13+205=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA0DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DCD is #45F232. Grayscale: #565656. Windows color (decimal): -4583987 or 13438394. OLE color: 13438394.

HSL color Cylindrical-coordinate representation of color #BA0DCD: hue angle of 294.06º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0DCD is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 13 205 -
CMYK 0.09 0.94 0 0.20
HSL 294.06º 0.88% 0.43% -
HSV(B) 294.06º 0.94% 0.8% -
XYZ 31.41 15.13 59.02 -
YUV 86.62 194.81 198.89 -
System Red Green Blue C M Y K H S L
Decimal 186 13 205 0.09 0.94 0 0.20 294.06 0.88 0.43
Hex BA D CD 9 5E 0 14 126 58 2B
Octal 272 15 315 11 136 0 24 446 130 53
Binary 10111010 1101 11001101 1001 1011110 0 10100 100100110 1011000 101011

Color Harmonies of #BA0DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0DCD

Black with #BA0DCD

Text Example


Text Example

White with #BA0DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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