#B72A91

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

Shades of Medium Red Violet #B72A91

Tints of Medium Red Violet #B72A91

Color information

#B72A91 (or 0xB72A91) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2A and 91. RGB value is (183,42,145). Sum of RGB (Red+Green+Blue) = 183+42+145=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72A91 is #48D56E. Grayscale: #5F5F5F. Windows color (decimal): -4773231 or 9513655. OLE color: 9513655.

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

Color convert

RGB18342145-
CMYK00.770.210.28
HSL316.17º62.67%44.12%-
HSV(B)316.17º77.05%71.76%-
XYZ25.4713.7728.1-
YUV95.9155.71190.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 42 (16.80% from 255) = 11.35%
BLUE value IS 145 (57.03% from 255) = 39.19%
R=49.46%
G=11.35%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834214500.770.210.28316.1762.6744.12
HexB72A9104D151C13c3f2c
Octal26752221011525344747754
Binary1011011110101010010001010011011010111100100111100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A91; }

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

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

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

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

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

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

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

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