#B310D9

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

Shades of Deep Magenta #B310D9

Tints of Deep Magenta #B310D9

Color information

#B310D9 (or 0xB310D9) is unknown color: approx Deep Magenta. HEX triplet: B3, 10 and D9. RGB value is (179,16,217). Sum of RGB (Red+Green+Blue) = 179+16+217=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #B310D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B310D9 is #4CEF26. Grayscale: #575757. Windows color (decimal): -5041959 or 14225587. OLE color: 14225587.

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

Color convert

RGB17916217-
CMYK0.180.9300.15
HSL288.66º86.27%45.69%-
HSV(B)288.66º92.63%85.1%-
XYZ31.314.9666.88-
YUV87.65201193.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 16 (6.64% from 255) = 3.88%
BLUE value IS 217 (85.16% from 255) = 52.67%
R=43.45%
G=3.88%
B=52.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal179162170.180.9300.15288.6686.2745.69
HexB310D9125D0F121562e
Octal263203312213501744112656
Binary101100111000011011001100101011101011111001000011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B310D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B310D9; }

 p { color: rgb(179,16,217); }

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

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

 a { background-color: rgb(179,16,217); }

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

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

 span { border-color: rgb(179,16,217); }

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