#B73996

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

Shades of Medium Red Violet #B73996

Tints of Medium Red Violet #B73996

Color information

#B73996 (or 0xB73996) is unknown color: approx Medium Red Violet. HEX triplet: B7, 39 and 96. RGB value is (183,57,150). Sum of RGB (Red+Green+Blue) = 183+57+150=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B73996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73996 is #48C669. Grayscale: #696969. Windows color (decimal): -4769386 or 9845175. OLE color: 9845175.

HSL color Cylindrical-coordinate representation of color #B73996: hue angle of 315.71º degrees, saturation: 0.52, 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 #B73996 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB18357150-
CMYK00.690.180.28
HSL315.71º52.5%47.06%-
HSV(B)315.71º68.85%71.76%-
XYZ26.515.230.39-
YUV105.28153.24183.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 57 (22.66% from 255) = 14.62%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=46.92%
G=14.62%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835715000.690.180.28315.7152.547.06
HexB73996045121C13c342f
Octal26771226010522344746457
Binary1011011111100110010110010001011001011100100111100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73996; }

 p { color: rgb(183,57,150); }

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

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

 a { background-color: rgb(183,57,150); }

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

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

 span { border-color: rgb(183,57,150); }

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