Html Css Color HEX #BA02D9 Deep Magenta

📋 copy color: '#BA02D9'

red 186 ◦ green 2 ◦ blue 217

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

Shades of Deep Magenta #BA02D9

Tints of Deep Magenta #BA02D9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

 BLUE value IS 217 (85.16% from 255) = 53.58%

R = 45.93%
G = 0.49%
B = 53.58%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA02D9 (or 0xBA02D9) is known color: Deep Magenta. HEX triplet: BA, 02 and D9. RGB value is (186,2,217). Sum of RGB (Red+Green+Blue) = 186+2+217=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 217 (85.16% from 255 or 53.58% from 405); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA02D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02D9 is #45FD26. Grayscale: #505050. Windows color (decimal): -4586791 or 14222010. OLE color: 14222010.

HSL color Cylindrical-coordinate representation of color #BA02D9: hue angle of 291.35º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02D9 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 2 217 -
CMYK 0.14 0.99 0 0.15
HSL 291.35º 0.98% 0.43% -
HSV(B) 291.35º 0.99% 0.85% -
XYZ 32.8 15.49 66.91 -
YUV 81.53 204.46 202.52 -
System Red Green Blue C M Y K H S L
Decimal 186 2 217 0.14 0.99 0 0.15 291.35 0.98 0.43
Hex BA 2 D9 E 63 0 F 123 62 2B
Octal 272 2 331 16 143 0 17 443 142 53
Binary 10111010 10 11011001 1110 1100011 0 1111 100100011 1100010 101011

Color Harmonies of #BA02D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02D9

Black with #BA02D9

Text Example


Text Example

White with #BA02D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02D9; }

 p { color: rgb(186,2,217); }

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

background-color css

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

 a { background-color: rgb(186,2,217); }

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

border-color css

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

 span { border-color: rgb(186,2,217); }

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