#B72C7C

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

Shades of Medium Red Violet #B72C7C

Tints of Medium Red Violet #B72C7C

Color information

#B72C7C (or 0xB72C7C) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2C and 7C. RGB value is (183,44,124). Sum of RGB (Red+Green+Blue) = 183+44+124=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C7C is #48D383. Grayscale: #5E5E5E. Windows color (decimal): -4772740 or 8137911. OLE color: 8137911.

HSL color Cylindrical-coordinate representation of color #B72C7C: hue angle of 325.47º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C7C is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18344124-
CMYK00.760.320.28
HSL325.47º61.23%44.51%-
HSV(B)325.47º75.96%71.76%-
XYZ24.0713.3220.37-
YUV94.68144.55191-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 44 (17.58% from 255) = 12.54%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=52.14%
G=12.54%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834412400.760.320.28325.4761.2344.51
HexB72C7C04C201C1453d2d
Octal26754174011440345057555
Binary1011011110110011111000100110010000011100101000101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C7C; }

 p { color: rgb(183,44,124); }

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

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

 a { background-color: rgb(183,44,124); }

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

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

 span { border-color: rgb(183,44,124); }

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