#B73297

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

Shades of Medium Red Violet #B73297

Tints of Medium Red Violet #B73297

Color information

#B73297 (or 0xB73297) is unknown color: approx Medium Red Violet. HEX triplet: B7, 32 and 97. RGB value is (183,50,151). Sum of RGB (Red+Green+Blue) = 183+50+151=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B73297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73297 is #48CD68. Grayscale: #656565. Windows color (decimal): -4771177 or 9908919. OLE color: 9908919.

HSL color Cylindrical-coordinate representation of color #B73297: hue angle of 314.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73297 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB18350151-
CMYK00.730.170.28
HSL314.44º57.08%45.69%-
HSV(B)314.44º72.68%71.76%-
XYZ26.2514.5830.71-
YUV101.28156.06186.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 50 (19.92% from 255) = 13.02%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=47.66%
G=13.02%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835015100.730.170.28314.4457.0845.69
HexB73297049111C13a392e
Octal26762227011121344727156
Binary1011011111001010010111010010011000111100100111010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73297; }

 p { color: rgb(183,50,151); }

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

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

 a { background-color: rgb(183,50,151); }

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

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

 span { border-color: rgb(183,50,151); }

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