Html Css Color HEX #BA00D1 Deep Magenta

📋 copy color: '#BA00D1'

red 186 ◦ green 0 ◦ blue 209

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

Shades of Deep Magenta #BA00D1

Tints of Deep Magenta #BA00D1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 209 (82.03% from 255) = 52.91%

R = 47.09%
G = 0%
B = 52.91%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA00D1 (or 0xBA00D1) is known color: Deep Magenta. HEX triplet: BA, 00 and D1. RGB value is (186,0,209). Sum of RGB (Red+Green+Blue) = 186+0+209=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA00D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00D1 is #45FF2E. Grayscale: #4E4E4E. Windows color (decimal): -4587311 or 13697210. OLE color: 13697210.

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

Color convert

RGB 186 0 209 -
CMYK 0.11 1 0 0.18
HSL 293.4º 1% 0.41% -
HSV(B) 293.4º 1% 0.82% -
XYZ 31.76 15.04 61.55 -
YUV 79.44 201.12 204.01 -
System Red Green Blue C M Y K H S L
Decimal 186 0 209 0.11 1 0 0.18 293.4 1 0.41
Hex BA 0 D1 B 64 0 12 125 64 29
Octal 272 0 321 13 144 0 22 445 144 51
Binary 10111010 0 11010001 1011 1100100 0 10010 100100101 1100100 101001

Color Harmonies of #BA00D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00D1

Black with #BA00D1

Text Example


Text Example

White with #BA00D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00D1; }

 p { color: rgb(186,0,209); }

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

background-color css

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

 a { background-color: rgb(186,0,209); }

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

border-color css

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

 span { border-color: rgb(186,0,209); }

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