Html Css Color HEX #BA01D7 Deep Magenta

📋 copy color: '#BA01D7'

red 186 ◦ green 1 ◦ blue 215

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

Shades of Deep Magenta #BA01D7

Tints of Deep Magenta #BA01D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.48%

R = 46.27%
G = 0.25%
B = 53.48%

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

#BA01D7 (or 0xBA01D7) is known color: Deep Magenta. HEX triplet: BA, 01 and D7. RGB value is (186,1,215). Sum of RGB (Red+Green+Blue) = 186+1+215=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA01D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01D7 is #45FE28. Grayscale: #505050. Windows color (decimal): -4587049 or 14090682. OLE color: 14090682.

HSL color Cylindrical-coordinate representation of color #BA01D7: hue angle of 291.87º 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 #BA01D7 is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 1 215 -
CMYK 0.13 1.00 0 0.16
HSL 291.87º 0.99% 0.42% -
HSV(B) 291.87º 1% 0.84% -
XYZ 32.53 15.37 65.54 -
YUV 80.71 203.79 203.1 -
System Red Green Blue C M Y K H S L
Decimal 186 1 215 0.13 1.00 0 0.16 291.87 0.99 0.42
Hex BA 1 D7 D 64 0 10 124 63 2A
Octal 272 1 327 15 144 0 20 444 143 52
Binary 10111010 1 11010111 1101 1100100 0 10000 100100100 1100011 101010

Color Harmonies of #BA01D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01D7

Black with #BA01D7

Text Example


Text Example

White with #BA01D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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