Html Css Color HEX #BA01D0 Deep Magenta

📋 copy color: '#BA01D0'

red 186 ◦ green 1 ◦ blue 208

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

Shades of Deep Magenta #BA01D0

Tints of Deep Magenta #BA01D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.66%

R = 47.09%
G = 0.25%
B = 52.66%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA01D0 (or 0xBA01D0) is known color: Deep Magenta. HEX triplet: BA, 01 and D0. RGB value is (186,1,208). Sum of RGB (Red+Green+Blue) = 186+1+208=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA01D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01D0 is #45FE2F. Grayscale: #4F4F4F. Windows color (decimal): -4587056 or 13631930. OLE color: 13631930.

HSL color Cylindrical-coordinate representation of color #BA01D0: hue angle of 293.62º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01D0 is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 1 208 -
CMYK 0.11 1.00 0 0.18
HSL 293.62º 0.99% 0.41% -
HSV(B) 293.62º 1% 0.82% -
XYZ 31.65 15.01 60.9 -
YUV 79.91 200.29 203.67 -
System Red Green Blue C M Y K H S L
Decimal 186 1 208 0.11 1.00 0 0.18 293.62 0.99 0.41
Hex BA 1 D0 B 64 0 12 126 63 29
Octal 272 1 320 13 144 0 22 446 143 51
Binary 10111010 1 11010000 1011 1100100 0 10010 100100110 1100011 101001

Color Harmonies of #BA01D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01D0

Black with #BA01D0

Text Example


Text Example

White with #BA01D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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