#BA00DD

Color #BA00DD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BA00DD

Tints of Deep Magenta #BA00DD

Color information

#BA00DD (or 0xBA00DD) is unknown color: approx Deep Magenta. HEX triplet: BA, 00 and DD. RGB value is (186,0,221). Sum of RGB (Red+Green+Blue) = 186+0+221=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00DD is #45FF22. Grayscale: #505050. Windows color (decimal): -4587299 or 14483642. OLE color: 14483642.

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

Color convert

RGB1860221-
CMYK0.16100.13
HSL290.5º100%43.33%-
HSV(B)290.5º100%86.67%-
XYZ33.315.6669.67-
YUV80.81207.12203.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 54.30%
R=45.70%
G=0%
B=54.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18602210.16100.13290.510043.33
HexBA0DD10640D122642b
Octal27203352014401544214453
Binary10111010011011101100001100100011011001000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA00DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA00DD; }

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

 H1.HeaderClassName
 {
   color: #BA00DD;
 }
 .AnyTagClassName
 {
   color: #BA00DD;
 }
</style>
background-color css

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

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

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

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

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

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