#B706BA

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

Shades of Deep Magenta #B706BA

Tints of Deep Magenta #B706BA

Color information

#B706BA (or 0xB706BA) is unknown color: approx Deep Magenta. HEX triplet: B7, 06 and BA. RGB value is (183,6,186). Sum of RGB (Red+Green+Blue) = 183+6+186=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #B706BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706BA is #48F945. Grayscale: #4E4E4E. Windows color (decimal): -4782406 or 12191415. OLE color: 12191415.

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

Color convert

RGB1836186-
CMYK0.020.9700.27
HSL299º93.75%37.65%-
HSV(B)299º96.77%72.94%-
XYZ28.4613.7447.61-
YUV79.44188.14201.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 6 (2.73% from 255) = 1.6%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=48.8%
G=1.6%
B=49.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18361860.020.9700.2729993.7537.65
HexB76BA26101B12b5e26
Octal2676272214103345313646
Binary10110111110101110101011000010110111001010111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B706BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B706BA; }

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

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

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

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

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

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

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

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