#B101B0

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

Shades of Deep Magenta #B101B0

Tints of Deep Magenta #B101B0

Color information

#B101B0 (or 0xB101B0) is unknown color: approx Deep Magenta. HEX triplet: B1, 01 and B0. RGB value is (177,1,176). Sum of RGB (Red+Green+Blue) = 177+1+176=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B101B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B101B0 is #4EFE4F. Grayscale: #494949. Windows color (decimal): -5176912 or 11534769. OLE color: 11534769.

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

Color convert

RGB1771176-
CMYK00.990.010.31
HSL300.34º98.88%34.9%-
HSV(B)300.34º99.44%69.41%-
XYZ25.9812.542.12-
YUV73.57185.81201.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 176 (69.14% from 255) = 49.72%
R=50%
G=0.28%
B=49.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177117600.990.010.31300.3498.8834.9
HexB11B006311F12c6323
Octal2611260014313745414343
Binary10110001110110000011000111111111001011001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B101B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B101B0; }

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

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

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

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

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

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

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

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