#B708AE

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

Shades of Deep Magenta #B708AE

Tints of Deep Magenta #B708AE

Color information

#B708AE (or 0xB708AE) is unknown color: approx Deep Magenta. HEX triplet: B7, 08 and AE. RGB value is (183,8,174). Sum of RGB (Red+Green+Blue) = 183+8+174=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B708AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B708AE is #48F751. Grayscale: #4E4E4E. Windows color (decimal): -4781906 or 11405495. OLE color: 11405495.

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

Color convert

RGB1838174-
CMYK00.960.050.28
HSL303.09º91.62%37.45%-
HSV(B)303.09º95.63%71.76%-
XYZ27.2613.341.17-
YUV79.25181.48202-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 8 (3.52% from 255) = 2.19%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=50.14%
G=2.19%
B=47.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183817400.960.050.28303.0991.6237.45
HexB78AE06051C12f5c25
Octal26710256014053445713445
Binary1011011110001010111001100000101111001001011111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B708AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B708AE; }

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

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

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

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

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

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

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

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