#B016B7

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

Shades of Deep Magenta #B016B7

Tints of Deep Magenta #B016B7

Color information

#B016B7 (or 0xB016B7) is unknown color: approx Deep Magenta. HEX triplet: B0, 16 and B7. RGB value is (176,22,183). Sum of RGB (Red+Green+Blue) = 176+22+183=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #B016B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016B7 is #4FE948. Grayscale: #555555. Windows color (decimal): -5237065 or 11998896. OLE color: 11998896.

HSL color Cylindrical-coordinate representation of color #B016B7: hue angle of 297.39º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B016B7 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17622183-
CMYK0.040.8800.28
HSL297.39º78.54%40.2%-
HSV(B)297.39º87.98%71.76%-
XYZ26.7413.2245.94-
YUV86.4182.52191.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 22 (8.98% from 255) = 5.77%
BLUE value IS 183 (71.88% from 255) = 48.03%
R=46.19%
G=5.77%
B=48.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176221830.040.8800.28297.3978.5440.2
HexB016B745801C1294f28
Octal26026267413003445111750
Binary10110000101101011011110010110000111001001010011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B016B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B016B7; }

 p { color: rgb(176,22,183); }

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

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

 a { background-color: rgb(176,22,183); }

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

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

 span { border-color: rgb(176,22,183); }

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