#B72E96

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

Shades of Medium Red Violet #B72E96

Tints of Medium Red Violet #B72E96

Color information

#B72E96 (or 0xB72E96) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2E and 96. RGB value is (183,46,150). Sum of RGB (Red+Green+Blue) = 183+46+150=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72E96 is #48D169. Grayscale: #626262. Windows color (decimal): -4772202 or 9842359. OLE color: 9842359.

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

Color convert

RGB18346150-
CMYK00.750.180.28
HSL314.45º59.83%44.9%-
HSV(B)314.45º74.86%71.76%-
XYZ26.0114.2230.23-
YUV98.82156.89188.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 46 (18.36% from 255) = 12.14%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=48.28%
G=12.14%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834615000.750.180.28314.4559.8344.9
HexB72E9604B121C13a3c2d
Octal26756226011322344727455
Binary1011011110111010010110010010111001011100100111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E96; }

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

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

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

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

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

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

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

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