#B109AD

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

Shades of Deep Magenta #B109AD

Tints of Deep Magenta #B109AD

Color information

#B109AD (or 0xB109AD) is unknown color: approx Deep Magenta. HEX triplet: B1, 09 and AD. RGB value is (177,9,173). Sum of RGB (Red+Green+Blue) = 177+9+173=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B109AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B109AD is #4EF652. Grayscale: #4D4D4D. Windows color (decimal): -5174867 or 11340209. OLE color: 11340209.

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

Color convert

RGB1779173-
CMYK00.950.020.31
HSL301.43º90.32%36.47%-
HSV(B)301.43º94.92%69.41%-
XYZ25.7712.5640.6-
YUV77.93181.66198.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 9 (3.91% from 255) = 2.51%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=49.30%
G=2.51%
B=48.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177917300.950.020.31301.4390.3236.47
HexB19AD05F21F12d5a24
Octal26111255013723745513244
Binary101100011001101011010101111110111111001011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B109AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B109AD; }

 p { color: rgb(177,9,173); }

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

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

 a { background-color: rgb(177,9,173); }

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

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

 span { border-color: rgb(177,9,173); }

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