#B908A6

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

Shades of Deep Magenta #B908A6

Tints of Deep Magenta #B908A6

Color information

#B908A6 (or 0xB908A6) is unknown color: approx Deep Magenta. HEX triplet: B9, 08 and A6. RGB value is (185,8,166). Sum of RGB (Red+Green+Blue) = 185+8+166=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B908A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B908A6 is #46F759. Grayscale: #4E4E4E. Windows color (decimal): -4650842 or 10881209. OLE color: 10881209.

HSL color Cylindrical-coordinate representation of color #B908A6: hue angle of 306.44º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908A6 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB1858166-
CMYK00.960.100.27
HSL306.44º91.71%37.84%-
HSV(B)306.44º95.68%72.55%-
XYZ26.9813.2437.21-
YUV78.94177.14203.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 8 (3.52% from 255) = 2.23%
BLUE value IS 166 (65.23% from 255) = 46.24%
R=51.53%
G=2.23%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185816600.960.100.27306.4491.7137.84
HexB98A6060A1B1325c26
Octal271102460140123346213446
Binary10111001100010100110011000001010110111001100101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B908A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B908A6; }

 p { color: rgb(185,8,166); }

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

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

 a { background-color: rgb(185,8,166); }

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

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

 span { border-color: rgb(185,8,166); }

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