Html Css Color HEX #BA02DD Deep Magenta

📋 copy color: '#BA02DD'

red 186 ◦ green 2 ◦ blue 221

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

Shades of Deep Magenta #BA02DD

Tints of Deep Magenta #BA02DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 45.48%
G = 0.49%
B = 54.03%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA02DD (or 0xBA02DD) is known color: Deep Magenta. HEX triplet: BA, 02 and DD. RGB value is (186,2,221). Sum of RGB (Red+Green+Blue) = 186+2+221=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA02DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02DD is #45FD22. Grayscale: #515151. Windows color (decimal): -4586787 or 14484154. OLE color: 14484154.

HSL color Cylindrical-coordinate representation of color #BA02DD: hue angle of 290.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02DD is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 2 221 -
CMYK 0.16 0.99 0 0.13
HSL 290.41º 0.98% 0.44% -
HSV(B) 290.41º 0.99% 0.87% -
XYZ 33.32 15.7 69.68 -
YUV 81.98 206.46 202.19 -
System Red Green Blue C M Y K H S L
Decimal 186 2 221 0.16 0.99 0 0.13 290.41 0.98 0.44
Hex BA 2 DD 10 63 0 D 122 62 2C
Octal 272 2 335 20 143 0 15 442 142 54
Binary 10111010 10 11011101 10000 1100011 0 1101 100100010 1100010 101100

Color Harmonies of #BA02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02DD

Black with #BA02DD

Text Example


Text Example

White with #BA02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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