Html Css Color HEX #BA01DE Deep Magenta

📋 copy color: '#BA01DE'

red 186 ◦ green 1 ◦ blue 222

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

Shades of Deep Magenta #BA01DE

Tints of Deep Magenta #BA01DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.28%

R = 45.48%
G = 0.24%
B = 54.28%

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

#BA01DE (or 0xBA01DE) is known color: Deep Magenta. HEX triplet: BA, 01 and DE. RGB value is (186,1,222). Sum of RGB (Red+Green+Blue) = 186+1+222=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA01DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01DE is #45FE21. Grayscale: #505050. Windows color (decimal): -4587042 or 14549434. OLE color: 14549434.

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

Color convert

RGB 186 1 222 -
CMYK 0.16 1.00 0 0.13
HSL 290.23º 0.99% 0.44% -
HSV(B) 290.23º 1% 0.87% -
XYZ 33.45 15.73 70.38 -
YUV 81.51 207.29 202.53 -
System Red Green Blue C M Y K H S L
Decimal 186 1 222 0.16 1.00 0 0.13 290.23 0.99 0.44
Hex BA 1 DE 10 64 0 D 122 63 2C
Octal 272 1 336 20 144 0 15 442 143 54
Binary 10111010 1 11011110 10000 1100100 0 1101 100100010 1100011 101100

Color Harmonies of #BA01DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01DE

Black with #BA01DE

Text Example


Text Example

White with #BA01DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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