#B72B8F

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

Shades of Medium Red Violet #B72B8F

Tints of Medium Red Violet #B72B8F

Color information

#B72B8F (or 0xB72B8F) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2B and 8F. RGB value is (183,43,143). Sum of RGB (Red+Green+Blue) = 183+43+143=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72B8F is #48D470. Grayscale: #606060. Windows color (decimal): -4772977 or 9382839. OLE color: 9382839.

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

Color convert

RGB18343143-
CMYK00.770.220.28
HSL317.14º61.95%44.31%-
HSV(B)317.14º76.5%71.76%-
XYZ25.3513.7827.31-
YUV96.26154.38189.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 43 (17.19% from 255) = 11.65%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=49.59%
G=11.65%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834314300.770.220.28317.1461.9544.31
HexB72B8F04D161C13d3e2c
Octal26753217011526344757654
Binary1011011110101110001111010011011011011100100111101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72B8F; }

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

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

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

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

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

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

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

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