#B716B4

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

Shades of Deep Magenta #B716B4

Tints of Deep Magenta #B716B4

Color information

#B716B4 (or 0xB716B4) is unknown color: approx Deep Magenta. HEX triplet: B7, 16 and B4. RGB value is (183,22,180). Sum of RGB (Red+Green+Blue) = 183+22+180=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B716B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716B4 is #48E94B. Grayscale: #575757. Windows color (decimal): -4778316 or 11802295. OLE color: 11802295.

HSL color Cylindrical-coordinate representation of color #B716B4: hue angle of 301.12º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B716B4 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18322180-
CMYK00.880.020.28
HSL301.12º78.54%40.2%-
HSV(B)301.12º87.98%71.76%-
XYZ28.0513.9444.39-
YUV88.15179.84195.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 22 (8.98% from 255) = 5.71%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=47.53%
G=5.71%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832218000.880.020.28301.1278.5440.2
HexB716B405821C12d4f28
Octal26726264013023445511750
Binary1011011110110101101000101100010111001001011011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B716B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B716B4; }

 p { color: rgb(183,22,180); }

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

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

 a { background-color: rgb(183,22,180); }

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

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

 span { border-color: rgb(183,22,180); }

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