#B005B1

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

Shades of Deep Magenta #B005B1

Tints of Deep Magenta #B005B1

Color information

#B005B1 (or 0xB005B1) is unknown color: approx Deep Magenta. HEX triplet: B0, 05 and B1. RGB value is (176,5,177). Sum of RGB (Red+Green+Blue) = 176+5+177=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #B005B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005B1 is #4FFA4E. Grayscale: #4B4B4B. Windows color (decimal): -5241423 or 11601328. OLE color: 11601328.

HSL color Cylindrical-coordinate representation of color #B005B1: hue angle of 299.65º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B005B1 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1765177-
CMYK0.010.9700.31
HSL299.65º94.51%35.69%-
HSV(B)299.65º97.18%69.41%-
XYZ25.8912.5142.65-
YUV75.74185.15199.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 5 (2.34% from 255) = 1.40%
BLUE value IS 177 (69.53% from 255) = 49.44%
R=49.16%
G=1.40%
B=49.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17651770.010.9700.31299.6594.5135.69
HexB05B116101F12c5f24
Octal2605261114103745413744
Binary1011000010110110001111000010111111001011001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B005B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B005B1; }

 p { color: rgb(176,5,177); }

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

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

 a { background-color: rgb(176,5,177); }

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

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

 span { border-color: rgb(176,5,177); }

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