Html Css Color HEX #BA0CD2 Deep Magenta

📋 copy color: '#BA0CD2'

red 186 ◦ green 12 ◦ blue 210

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

Shades of Deep Magenta #BA0CD2

Tints of Deep Magenta #BA0CD2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.94%

 BLUE value IS 210 (82.42% from 255) = 51.47%

R = 45.59%
G = 2.94%
B = 51.47%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA0CD2 (or 0xBA0CD2) is known color: Deep Magenta. HEX triplet: BA, 0C and D2. RGB value is (186,12,210). Sum of RGB (Red+Green+Blue) = 186+12+210=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 210 (82.42% from 255 or 51.47% from 408); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA0CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CD2 is #45F32D. Grayscale: #555555. Windows color (decimal): -4584238 or 13765818. OLE color: 13765818.

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

Color convert

RGB 186 12 210 -
CMYK 0.11 0.94 0 0.18
HSL 292.73º 0.89% 0.44% -
HSV(B) 292.73º 0.94% 0.82% -
XYZ 32.01 15.36 62.25 -
YUV 86.6 197.65 198.9 -
System Red Green Blue C M Y K H S L
Decimal 186 12 210 0.11 0.94 0 0.18 292.73 0.89 0.44
Hex BA C D2 B 5E 0 12 125 59 2C
Octal 272 14 322 13 136 0 22 445 131 54
Binary 10111010 1100 11010010 1011 1011110 0 10010 100100101 1011001 101100

Color Harmonies of #BA0CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CD2

Black with #BA0CD2

Text Example


Text Example

White with #BA0CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CD2; }

 p { color: rgb(186,12,210); }

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

background-color css

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

 a { background-color: rgb(186,12,210); }

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

border-color css

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

 span { border-color: rgb(186,12,210); }

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