#B72B99

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

Shades of Medium Red Violet #B72B99

Tints of Medium Red Violet #B72B99

Color information

#B72B99 (or 0xB72B99) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2B and 99. RGB value is (183,43,153). Sum of RGB (Red+Green+Blue) = 183+43+153=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72B99 is #48D466. Grayscale: #616161. Windows color (decimal): -4772967 or 10038199. OLE color: 10038199.

HSL color Cylindrical-coordinate representation of color #B72B99: hue angle of 312.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72B99 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18343153-
CMYK00.770.160.28
HSL312.86º61.95%44.31%-
HSV(B)312.86º76.5%71.76%-
XYZ26.1414.0931.48-
YUV97.4159.38189.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 43 (17.19% from 255) = 11.35%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=48.28%
G=11.35%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834315300.770.160.28312.8661.9544.31
HexB72B9904D101C1393e2c
Octal26753231011520344717654
Binary1011011110101110011001010011011000011100100111001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72B99; }

 p { color: rgb(183,43,153); }

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

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

 a { background-color: rgb(183,43,153); }

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

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

 span { border-color: rgb(183,43,153); }

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