#B73686

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

Shades of Medium Red Violet #B73686

Tints of Medium Red Violet #B73686

Color information

#B73686 (or 0xB73686) is unknown color: approx Medium Red Violet. HEX triplet: B7, 36 and 86. RGB value is (183,54,134). Sum of RGB (Red+Green+Blue) = 183+54+134=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B73686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73686 is #48C979. Grayscale: #656565. Windows color (decimal): -4770170 or 8795831. OLE color: 8795831.

HSL color Cylindrical-coordinate representation of color #B73686: hue angle of 322.79º 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 #B73686 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB18354134-
CMYK00.700.270.28
HSL322.79º54.43%46.47%-
HSV(B)322.79º70.49%71.76%-
XYZ25.1514.4324.01-
YUV101.69146.24186-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 54 (21.48% from 255) = 14.56%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=49.33%
G=14.56%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835413400.700.270.28322.7954.4346.47
HexB736860461B1C143362e
Octal26766206010633345036656
Binary1011011111011010000110010001101101111100101000011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73686; }

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

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

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

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

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

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

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

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