#B72E8D

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

Shades of Medium Red Violet #B72E8D

Tints of Medium Red Violet #B72E8D

Color information

#B72E8D (or 0xB72E8D) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2E and 8D. RGB value is (183,46,141). Sum of RGB (Red+Green+Blue) = 183+46+141=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72E8D is #48D172. Grayscale: #616161. Windows color (decimal): -4772211 or 9252535. OLE color: 9252535.

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

Color convert

RGB18346141-
CMYK00.750.230.28
HSL318.39º59.83%44.9%-
HSV(B)318.39º74.86%71.76%-
XYZ25.3113.9426.56-
YUV97.79152.39188.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 46 (18.36% from 255) = 12.43%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=49.46%
G=12.43%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834614100.750.230.28318.3959.8344.9
HexB72E8D04B171C13e3c2d
Octal26756215011327344767455
Binary1011011110111010001101010010111011111100100111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E8D; }

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

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

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

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

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

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

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

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