#B73396

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

Shades of Medium Red Violet #B73396

Tints of Medium Red Violet #B73396

Color information

#B73396 (or 0xB73396) is unknown color: approx Medium Red Violet. HEX triplet: B7, 33 and 96. RGB value is (183,51,150). Sum of RGB (Red+Green+Blue) = 183+51+150=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B73396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73396 is #48CC69. Grayscale: #656565. Windows color (decimal): -4770922 or 9843639. OLE color: 9843639.

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

Color convert

RGB18351150-
CMYK00.720.180.28
HSL315º56.41%45.88%-
HSV(B)315º72.13%71.76%-
XYZ26.2214.6430.3-
YUV101.75155.23185.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 51 (20.31% from 255) = 13.28%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=47.66%
G=13.28%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835115000.720.180.2831556.4145.88
HexB73396048121C13b382e
Octal26763226011022344737056
Binary1011011111001110010110010010001001011100100111011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73396; }

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

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

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

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

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

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

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

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