#B107AA

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

Shades of Deep Magenta #B107AA

Tints of Deep Magenta #B107AA

Color information

#B107AA (or 0xB107AA) is unknown color: approx Deep Magenta. HEX triplet: B1, 07 and AA. RGB value is (177,7,170). Sum of RGB (Red+Green+Blue) = 177+7+170=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B107AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B107AA is #4EF855. Grayscale: #4B4B4B. Windows color (decimal): -5175382 or 11143089. OLE color: 11143089.

HSL color Cylindrical-coordinate representation of color #B107AA: hue angle of 302.47º 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 #B107AA is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB1777170-
CMYK00.960.040.31
HSL302.47º92.39%36.08%-
HSV(B)302.47º96.05%69.41%-
XYZ25.4612.439.08-
YUV76.41180.82199.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 1.98%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=50%
G=1.98%
B=48.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177717000.960.040.31302.4792.3936.08
HexB17AA06041F12e5c24
Octal2617252014043745613444
Binary101100011111010101001100000100111111001011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B107AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B107AA; }

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

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

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

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

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

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

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

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