#B906C6

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

Shades of Deep Magenta #B906C6

Tints of Deep Magenta #B906C6

Color information

#B906C6 (or 0xB906C6) is unknown color: approx Deep Magenta. HEX triplet: B9, 06 and C6. RGB value is (185,6,198). Sum of RGB (Red+Green+Blue) = 185+6+198=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #B906C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B906C6 is #46F939. Grayscale: #505050. Windows color (decimal): -4651322 or 12977849. OLE color: 12977849.

HSL color Cylindrical-coordinate representation of color #B906C6: hue angle of 295.94º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B906C6 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1856198-
CMYK0.070.9700.22
HSL295.94º94.12%40%-
HSV(B)295.94º96.97%77.65%-
XYZ30.2714.5254.63-
YUV81.41193.8201.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 6 (2.73% from 255) = 1.54%
BLUE value IS 198 (77.73% from 255) = 50.90%
R=47.56%
G=1.54%
B=50.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18561980.070.9700.22295.9494.1240
HexB96C67610161285e28
Octal2716306714102645013650
Binary101110011101100011011111000010101101001010001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B906C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B906C6; }

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

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

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

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

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

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

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

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