Html Css Color HEX #BA01D5 Deep Magenta

📋 copy color: '#BA01D5'

red 186 ◦ green 1 ◦ blue 213

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

Shades of Deep Magenta #BA01D5

Tints of Deep Magenta #BA01D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.25%

R = 46.5%
G = 0.25%
B = 53.25%

CMYK

 C value IS 0.13

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA01D5 (or 0xBA01D5) is known color: Deep Magenta. HEX triplet: BA, 01 and D5. RGB value is (186,1,213). Sum of RGB (Red+Green+Blue) = 186+1+213=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA01D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01D5 is #45FE2A. Grayscale: #4F4F4F. Windows color (decimal): -4587051 or 13959610. OLE color: 13959610.

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

Color convert

RGB 186 1 213 -
CMYK 0.13 1.00 0 0.16
HSL 292.36º 0.99% 0.42% -
HSV(B) 292.36º 1% 0.84% -
XYZ 32.27 15.26 64.2 -
YUV 80.48 202.79 203.26 -
System Red Green Blue C M Y K H S L
Decimal 186 1 213 0.13 1.00 0 0.16 292.36 0.99 0.42
Hex BA 1 D5 D 64 0 10 124 63 2A
Octal 272 1 325 15 144 0 20 444 143 52
Binary 10111010 1 11010101 1101 1100100 0 10000 100100100 1100011 101010

Color Harmonies of #BA01D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01D5

Black with #BA01D5

Text Example


Text Example

White with #BA01D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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