Html Css Color HEX #BA01D8 Deep Magenta

📋 copy color: '#BA01D8'

red 186 ◦ green 1 ◦ blue 216

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

Shades of Deep Magenta #BA01D8

Tints of Deep Magenta #BA01D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.6%

R = 46.15%
G = 0.25%
B = 53.6%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA01D8 (or 0xBA01D8) is known color: Deep Magenta. HEX triplet: BA, 01 and D8. RGB value is (186,1,216). Sum of RGB (Red+Green+Blue) = 186+1+216=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA01D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01D8 is #45FE27. Grayscale: #505050. Windows color (decimal): -4587048 or 14156218. OLE color: 14156218.

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

Color convert

RGB 186 1 216 -
CMYK 0.14 1.00 0 0.15
HSL 291.63º 0.99% 0.43% -
HSV(B) 291.63º 1% 0.85% -
XYZ 32.66 15.42 66.22 -
YUV 80.83 204.29 203.02 -
System Red Green Blue C M Y K H S L
Decimal 186 1 216 0.14 1.00 0 0.15 291.63 0.99 0.43
Hex BA 1 D8 E 64 0 F 124 63 2B
Octal 272 1 330 16 144 0 17 444 143 53
Binary 10111010 1 11011000 1110 1100100 0 1111 100100100 1100011 101011

Color Harmonies of #BA01D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01D8

Black with #BA01D8

Text Example


Text Example

White with #BA01D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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