#B706B6

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

Shades of Deep Magenta #B706B6

Tints of Deep Magenta #B706B6

Color information

#B706B6 (or 0xB706B6) is unknown color: approx Deep Magenta. HEX triplet: B7, 06 and B6. RGB value is (183,6,182). Sum of RGB (Red+Green+Blue) = 183+6+182=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B706B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706B6 is #48F949. Grayscale: #4E4E4E. Windows color (decimal): -4782410 or 11929271. OLE color: 11929271.

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

Color convert

RGB1836182-
CMYK00.970.010.28
HSL300.34º93.65%37.06%-
HSV(B)300.34º96.72%71.76%-
XYZ28.0413.5745.4-
YUV78.99186.14202.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 6 (2.73% from 255) = 1.62%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=49.33%
G=1.62%
B=49.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183618200.970.010.28300.3493.6537.06
HexB76B606111C12c5e25
Octal2676266014113445413645
Binary1011011111010110110011000011111001001011001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B706B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B706B6; }

 p { color: rgb(183,6,182); }

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

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

 a { background-color: rgb(183,6,182); }

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

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

 span { border-color: rgb(183,6,182); }

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