#B610DD

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

Shades of Deep Magenta #B610DD

Tints of Deep Magenta #B610DD

Color information

#B610DD (or 0xB610DD) is unknown color: approx Deep Magenta. HEX triplet: B6, 10 and DD. RGB value is (182,16,221). Sum of RGB (Red+Green+Blue) = 182+16+221=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #B610DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B610DD is #49EF22. Grayscale: #585858. Windows color (decimal): -4845347 or 14487734. OLE color: 14487734.

HSL color Cylindrical-coordinate representation of color #B610DD: hue angle of 288.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B610DD is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18216221-
CMYK0.180.9300.13
HSL288.59º86.5%46.47%-
HSV(B)288.59º92.76%86.67%-
XYZ32.5315.5469.69-
YUV89202.5194.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 16 (6.64% from 255) = 3.82%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=43.44%
G=3.82%
B=52.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182162210.180.9300.13288.5986.546.47
HexB610DD125D0D121562e
Octal266203352213501544112656
Binary101101101000011011101100101011101011011001000011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B610DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B610DD; }

 p { color: rgb(182,16,221); }

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

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

 a { background-color: rgb(182,16,221); }

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

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

 span { border-color: rgb(182,16,221); }

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