#B016B4

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

Shades of Deep Magenta #B016B4

Tints of Deep Magenta #B016B4

Color information

#B016B4 (or 0xB016B4) is unknown color: approx Deep Magenta. HEX triplet: B0, 16 and B4. RGB value is (176,22,180). Sum of RGB (Red+Green+Blue) = 176+22+180=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #B016B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016B4 is #4FE94B. Grayscale: #555555. Windows color (decimal): -5237068 or 11802288. OLE color: 11802288.

HSL color Cylindrical-coordinate representation of color #B016B4: hue angle of 298.48º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B016B4 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17622180-
CMYK0.020.8800.29
HSL298.48º78.22%39.61%-
HSV(B)298.48º87.78%70.59%-
XYZ26.4313.144.32-
YUV86.06181.02192.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 22 (8.98% from 255) = 5.82%
BLUE value IS 180 (70.70% from 255) = 47.62%
R=46.56%
G=5.82%
B=47.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176221800.020.8800.29298.4878.2239.61
HexB016B425801D12a4e28
Octal26026264213003545211650
Binary1011000010110101101001010110000111011001010101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B016B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B016B4; }

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

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

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

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

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

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

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

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