#B72E7E

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

Shades of Medium Red Violet #B72E7E

Tints of Medium Red Violet #B72E7E

Color information

#B72E7E (or 0xB72E7E) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2E and 7E. RGB value is (183,46,126). Sum of RGB (Red+Green+Blue) = 183+46+126=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E7E is #48D181. Grayscale: #5F5F5F. Windows color (decimal): -4772226 or 8269495. OLE color: 8269495.

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

Color convert

RGB18346126-
CMYK00.750.310.28
HSL324.96º59.83%44.9%-
HSV(B)324.96º74.86%71.76%-
XYZ24.2713.5321.07-
YUV96.08144.89190-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 46 (18.36% from 255) = 12.96%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=51.55%
G=12.96%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834612600.750.310.28324.9659.8344.9
HexB72E7E04B1F1C1453c2d
Octal26756176011337345057455
Binary101101111011101111110010010111111111100101000101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E7E; }

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

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

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

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

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

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

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

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