#B73680

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

Shades of Medium Red Violet #B73680

Tints of Medium Red Violet #B73680

Color information

#B73680 (or 0xB73680) is unknown color: approx Medium Red Violet. HEX triplet: B7, 36 and 80. RGB value is (183,54,128). Sum of RGB (Red+Green+Blue) = 183+54+128=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B73680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73680 is #48C97F. Grayscale: #646464. Windows color (decimal): -4770176 or 8402615. OLE color: 8402615.

HSL color Cylindrical-coordinate representation of color #B73680: hue angle of 325.58º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73680 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18354128-
CMYK00.700.300.28
HSL325.58º54.43%46.47%-
HSV(B)325.58º70.49%71.76%-
XYZ24.7414.2621.87-
YUV101.01143.24186.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 54 (21.48% from 255) = 14.79%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=50.14%
G=14.79%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835412800.700.300.28325.5854.4346.47
HexB736800461E1C146362e
Octal26766200010636345066656
Binary1011011111011010000000010001101111011100101000110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73680; }

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

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

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

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

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

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

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

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