Html Css Color HEX #BA01DB Deep Magenta

📋 copy color: '#BA01DB'

red 186 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #BA01DB

Tints of Deep Magenta #BA01DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 45.81%
G = 0.25%
B = 53.94%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA01DB (or 0xBA01DB) is known color: Deep Magenta. HEX triplet: BA, 01 and DB. RGB value is (186,1,219). Sum of RGB (Red+Green+Blue) = 186+1+219=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA01DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01DB is #45FE24. Grayscale: #505050. Windows color (decimal): -4587045 or 14352826. OLE color: 14352826.

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

Color convert

RGB 186 1 219 -
CMYK 0.15 1.00 0 0.14
HSL 290.92º 0.99% 0.43% -
HSV(B) 290.92º 1% 0.86% -
XYZ 33.05 15.58 68.28 -
YUV 81.17 205.79 202.77 -
System Red Green Blue C M Y K H S L
Decimal 186 1 219 0.15 1.00 0 0.14 290.92 0.99 0.43
Hex BA 1 DB F 64 0 E 123 63 2B
Octal 272 1 333 17 144 0 16 443 143 53
Binary 10111010 1 11011011 1111 1100100 0 1110 100100011 1100011 101011

Color Harmonies of #BA01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01DB

Black with #BA01DB

Text Example


Text Example

White with #BA01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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