#B708BE

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

Shades of Deep Magenta #B708BE

Tints of Deep Magenta #B708BE

Color information

#B708BE (or 0xB708BE) is unknown color: approx Deep Magenta. HEX triplet: B7, 08 and BE. RGB value is (183,8,190). Sum of RGB (Red+Green+Blue) = 183+8+190=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #B708BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B708BE is #48F741. Grayscale: #505050. Windows color (decimal): -4781890 or 12454071. OLE color: 12454071.

HSL color Cylindrical-coordinate representation of color #B708BE: hue angle of 297.69º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B708BE is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1838190-
CMYK0.040.9600.25
HSL297.69º91.92%38.82%-
HSV(B)297.69º95.79%74.51%-
XYZ28.9113.9649.89-
YUV81.07189.48200.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 8 (3.52% from 255) = 2.10%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=48.03%
G=2.10%
B=49.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18381900.040.9600.25297.6991.9238.82
HexB78BE46001912a5c27
Octal26710276414003145213447
Binary1011011110001011111010011000000110011001010101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B708BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B708BE; }

 p { color: rgb(183,8,190); }

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

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

 a { background-color: rgb(183,8,190); }

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

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

 span { border-color: rgb(183,8,190); }

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