#B706C7

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

Shades of Deep Magenta #B706C7

Tints of Deep Magenta #B706C7

Color information

#B706C7 (or 0xB706C7) is unknown color: approx Deep Magenta. HEX triplet: B7, 06 and C7. RGB value is (183,6,199). Sum of RGB (Red+Green+Blue) = 183+6+199=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #B706C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706C7 is #48F938. Grayscale: #505050. Windows color (decimal): -4782393 or 13043383. OLE color: 13043383.

HSL color Cylindrical-coordinate representation of color #B706C7: hue angle of 295.03º 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 #B706C7 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1836199-
CMYK0.080.9700.22
HSL295.03º94.15%40.2%-
HSV(B)295.03º96.98%78.04%-
XYZ29.914.3255.22-
YUV80.92194.64200.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 6 (2.73% from 255) = 1.55%
BLUE value IS 199 (78.12% from 255) = 51.29%
R=47.16%
G=1.55%
B=51.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18361990.080.9700.22295.0394.1540.2
HexB76C78610161275e28
Octal26763071014102644713650
Binary1011011111011000111100011000010101101001001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B706C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B706C7; }

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

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

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

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

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

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

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

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