Html Css Color HEX #BA00DE Deep Magenta

📋 copy color: '#BA00DE'

red 186 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #BA00DE

Tints of Deep Magenta #BA00DE

RGB

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

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

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

R = 45.59%
G = 0%
B = 54.41%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA00DE (or 0xBA00DE) is known color: Deep Magenta. HEX triplet: BA, 00 and DE. RGB value is (186,0,222). Sum of RGB (Red+Green+Blue) = 186+0+222=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA00DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00DE is #45FF21. Grayscale: #505050. Windows color (decimal): -4587298 or 14549178. OLE color: 14549178.

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

Color convert

RGB 186 0 222 -
CMYK 0.16 1 0 0.13
HSL 290.27º 1% 0.44% -
HSV(B) 290.27º 1% 0.87% -
XYZ 33.43 15.71 70.38 -
YUV 80.92 207.62 202.95 -
System Red Green Blue C M Y K H S L
Decimal 186 0 222 0.16 1 0 0.13 290.27 1 0.44
Hex BA 0 DE 10 64 0 D 122 64 2C
Octal 272 0 336 20 144 0 15 442 144 54
Binary 10111010 0 11011110 10000 1100100 0 1101 100100010 1100100 101100

Color Harmonies of #BA00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00DE

Black with #BA00DE

Text Example


Text Example

White with #BA00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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