#B316D5

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

Shades of Deep Magenta #B316D5

Tints of Deep Magenta #B316D5

Color information

#B316D5 (or 0xB316D5) is unknown color: approx Deep Magenta. HEX triplet: B3, 16 and D5. RGB value is (179,22,213). Sum of RGB (Red+Green+Blue) = 179+22+213=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #B316D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316D5 is #4CE92A. Grayscale: #5A5A5A. Windows color (decimal): -5040427 or 13964979. OLE color: 13964979.

HSL color Cylindrical-coordinate representation of color #B316D5: hue angle of 289.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B316D5 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17922213-
CMYK0.160.9000.16
HSL289.32º81.28%46.08%-
HSV(B)289.32º89.67%83.53%-
XYZ30.8914.9664.21-
YUV90.72197.01190.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 22 (8.98% from 255) = 5.31%
BLUE value IS 213 (83.59% from 255) = 51.45%
R=43.24%
G=5.31%
B=51.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal179222130.160.9000.16289.3281.2846.08
HexB316D5105A010121512e
Octal263263252013202044112156
Binary1011001110110110101011000010110100100001001000011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B316D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B316D5; }

 p { color: rgb(179,22,213); }

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

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

 a { background-color: rgb(179,22,213); }

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

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

 span { border-color: rgb(179,22,213); }

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