#B906B3

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

Shades of Deep Magenta #B906B3

Tints of Deep Magenta #B906B3

Color information

#B906B3 (or 0xB906B3) is unknown color: approx Deep Magenta. HEX triplet: B9, 06 and B3. RGB value is (185,6,179). Sum of RGB (Red+Green+Blue) = 185+6+179=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B906B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B906B3 is #46F94C. Grayscale: #4E4E4E. Windows color (decimal): -4651341 or 11732665. OLE color: 11732665.

HSL color Cylindrical-coordinate representation of color #B906B3: hue angle of 302.01º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B906B3 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB1856179-
CMYK00.970.030.27
HSL302.01º93.72%37.45%-
HSV(B)302.01º96.76%72.55%-
XYZ28.2113.743.81-
YUV79.24184.3203.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 1.62%
BLUE value IS 179 (70.31% from 255) = 48.38%
R=50%
G=1.62%
B=48.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185617900.970.030.27302.0193.7237.45
HexB96B306131B12e5e25
Octal2716263014133345613645
Binary10111001110101100110110000111110111001011101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B906B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B906B3; }

 p { color: rgb(185,6,179); }

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

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

 a { background-color: rgb(185,6,179); }

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

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

 span { border-color: rgb(185,6,179); }

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