#B72E6E

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

Shades of Medium Red Violet #B72E6E

Tints of Medium Red Violet #B72E6E

Color information

#B72E6E (or 0xB72E6E) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2E and 6E. RGB value is (183,46,110). Sum of RGB (Red+Green+Blue) = 183+46+110=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E6E is #48D191. Grayscale: #5E5E5E. Windows color (decimal): -4772242 or 7220919. OLE color: 7220919.

HSL color Cylindrical-coordinate representation of color #B72E6E: hue angle of 331.97º 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 #B72E6E is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18346110-
CMYK00.750.400.28
HSL331.97º59.83%44.9%-
HSV(B)331.97º74.86%71.76%-
XYZ23.3213.1516.06-
YUV94.26136.89191.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 46 (18.36% from 255) = 13.57%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=53.98%
G=13.57%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834611000.750.400.28331.9759.8344.9
HexB72E6E04B281C14c3c2d
Octal26756156011350345147455
Binary1011011110111011011100100101110100011100101001100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E6E; }

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

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

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

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

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

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

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

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