#B72A6E

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

Shades of Medium Red Violet #B72A6E

Tints of Medium Red Violet #B72A6E

Color information

#B72A6E (or 0xB72A6E) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2A and 6E. RGB value is (183,42,110). Sum of RGB (Red+Green+Blue) = 183+42+110=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A6E is #48D591. Grayscale: #5B5B5B. Windows color (decimal): -4773266 or 7219895. OLE color: 7219895.

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

Color convert

RGB18342110-
CMYK00.770.400.28
HSL331.06º62.67%44.12%-
HSV(B)331.06º77.05%71.76%-
XYZ23.1712.8516.01-
YUV91.91138.21192.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 42 (16.80% from 255) = 12.54%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=54.63%
G=12.54%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834211000.770.400.28331.0662.6744.12
HexB72A6E04D281C14b3f2c
Octal26752156011550345137754
Binary1011011110101011011100100110110100011100101001011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A6E; }

 p { color: rgb(183,42,110); }

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

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

 a { background-color: rgb(183,42,110); }

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

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

 span { border-color: rgb(183,42,110); }

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