#B73880

Color #B73880 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B73880

Tints of Medium Red Violet #B73880

Color information

#B73880 (or 0xB73880) is unknown color: approx Medium Red Violet. HEX triplet: B7, 38 and 80. RGB value is (183,56,128). Sum of RGB (Red+Green+Blue) = 183+56+128=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B73880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73880 is #48C77F. Grayscale: #666666. Windows color (decimal): -4769664 or 8403127. OLE color: 8403127.

HSL color Cylindrical-coordinate representation of color #B73880: hue angle of 325.98º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73880 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18356128-
CMYK00.690.300.28
HSL325.98º53.14%46.86%-
HSV(B)325.98º69.4%71.76%-
XYZ24.8414.4521.9-
YUV102.18142.58185.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 56 (22.27% from 255) = 15.26%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=49.86%
G=15.26%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835612800.690.300.28325.9853.1446.86
HexB738800451E1C146352f
Octal26770200010536345066557
Binary1011011111100010000000010001011111011100101000110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73880; }

 p { color: rgb(183,56,128); }

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

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

 a { background-color: rgb(183,56,128); }

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

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

 span { border-color: rgb(183,56,128); }

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