#B72D88

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

Shades of Medium Red Violet #B72D88

Tints of Medium Red Violet #B72D88

Color information

#B72D88 (or 0xB72D88) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2D and 88. RGB value is (183,45,136). Sum of RGB (Red+Green+Blue) = 183+45+136=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D88 is #48D277. Grayscale: #606060. Windows color (decimal): -4772472 or 8924599. OLE color: 8924599.

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

Color convert

RGB18345136-
CMYK00.750.260.28
HSL320.43º60.53%44.71%-
HSV(B)320.43º75.41%71.76%-
XYZ24.9113.7224.63-
YUV96.64150.22189.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.27%
GREEN value IS 45 (17.97% from 255) = 12.36%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=50.27%
G=12.36%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834513600.750.260.28320.4360.5344.71
HexB72D8804B1A1C1403d2d
Octal26755210011332345007555
Binary1011011110110110001000010010111101011100101000000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72D88; }

 p { color: rgb(183,45,136); }

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

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

 a { background-color: rgb(183,45,136); }

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

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

 span { border-color: rgb(183,45,136); }

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