#b216bf

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

Shades of Deep Magenta #B216BF

Tints of Deep Magenta #B216BF

Color information

#B216BF (or 0xB216BF) is unknown color: approx Deep Magenta. HEX triplet: B2, 16 and BF. RGB value is (178,22,191). Sum of RGB (Red+Green+Blue) = 178+22+191=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #B216BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216BF is #4DE940. Grayscale: #575757. Windows color (decimal): -5105985 or 12523186. OLE color: 12523186.

HSL color Cylindrical-coordinate representation of color #B216BF: hue angle of 295.38º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B216BF is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17822191-
CMYK0.070.8800.25
HSL295.38º79.34%41.76%-
HSV(B)295.38º88.48%74.9%-
XYZ28.0513.850.48-
YUV87.91186.18192.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 22 (8.98% from 255) = 5.63%
BLUE value IS 191 (75% from 255) = 48.85%
R=45.52%
G=5.63%
B=48.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178221910.070.8800.25295.3879.3441.76
HexB216BF7580191274f2a
Octal26226277713003144711752
Binary10110010101101011111111110110000110011001001111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b216bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b216bf; }

 p { color: rgb(178,22,191); }

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

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

 a { background-color: rgb(178,22,191); }

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

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

 span { border-color: rgb(178,22,191); }

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