#B107AB

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

Shades of Deep Magenta #B107AB

Tints of Deep Magenta #B107AB

Color information

#B107AB (or 0xB107AB) is unknown color: approx Deep Magenta. HEX triplet: B1, 07 and AB. RGB value is (177,7,171). Sum of RGB (Red+Green+Blue) = 177+7+171=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B107AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B107AB is #4EF854. Grayscale: #4C4C4C. Windows color (decimal): -5175381 or 11208625. OLE color: 11208625.

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

Color convert

RGB1777171-
CMYK00.960.030.31
HSL302.12º92.39%36.08%-
HSV(B)302.12º96.05%69.41%-
XYZ25.5612.4439.58-
YUV76.53181.32199.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=49.86%
G=1.97%
B=48.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177717100.960.030.31302.1292.3936.08
HexB17AB06031F12e5c24
Octal2617253014033745613444
Binary10110001111101010110110000011111111001011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B107AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B107AB; }

 p { color: rgb(177,7,171); }

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

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

 a { background-color: rgb(177,7,171); }

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

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

 span { border-color: rgb(177,7,171); }

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