Html Css Color HEX #BA01DD Deep Magenta

📋 copy color: '#BA01DD'

red 186 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #BA01DD

Tints of Deep Magenta #BA01DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 45.59%
G = 0.25%
B = 54.17%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA01DD (or 0xBA01DD) is known color: Deep Magenta. HEX triplet: BA, 01 and DD. RGB value is (186,1,221). Sum of RGB (Red+Green+Blue) = 186+1+221=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01DD is #45FE22. Grayscale: #505050. Windows color (decimal): -4587043 or 14483898. OLE color: 14483898.

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

Color convert

RGB 186 1 221 -
CMYK 0.16 1.00 0 0.13
HSL 290.45º 0.99% 0.44% -
HSV(B) 290.45º 1% 0.87% -
XYZ 33.31 15.68 69.68 -
YUV 81.4 206.79 202.61 -
System Red Green Blue C M Y K H S L
Decimal 186 1 221 0.16 1.00 0 0.13 290.45 0.99 0.44
Hex BA 1 DD 10 64 0 D 122 63 2C
Octal 272 1 335 20 144 0 15 442 143 54
Binary 10111010 1 11011101 10000 1100100 0 1101 100100010 1100011 101100

Color Harmonies of #BA01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01DD

Black with #BA01DD

Text Example


Text Example

White with #BA01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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