#B73598

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

Shades of Medium Red Violet #B73598

Tints of Medium Red Violet #B73598

Color information

#B73598 (or 0xB73598) is unknown color: approx Medium Red Violet. HEX triplet: B7, 35 and 98. RGB value is (183,53,152). Sum of RGB (Red+Green+Blue) = 183+53+152=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B73598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73598 is #48CA67. Grayscale: #666666. Windows color (decimal): -4770408 or 9975223. OLE color: 9975223.

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

Color convert

RGB18353152-
CMYK00.710.170.28
HSL314.31º55.08%46.27%-
HSV(B)314.31º71.04%71.76%-
XYZ26.4714.8831.18-
YUV103.16155.57184.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 53 (21.09% from 255) = 13.66%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=47.16%
G=13.66%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835315200.710.170.28314.3155.0846.27
HexB73598047111C13a372e
Octal26765230010721344726756
Binary1011011111010110011000010001111000111100100111010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73598; }

 p { color: rgb(183,53,152); }

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

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

 a { background-color: rgb(183,53,152); }

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

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

 span { border-color: rgb(183,53,152); }

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