#B72A90

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

Shades of Medium Red Violet #B72A90

Tints of Medium Red Violet #B72A90

Color information

#B72A90 (or 0xB72A90) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2A and 90. RGB value is (183,42,144). Sum of RGB (Red+Green+Blue) = 183+42+144=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72A90 is #48D56F. Grayscale: #5F5F5F. Windows color (decimal): -4773232 or 9448119. OLE color: 9448119.

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

Color convert

RGB18342144-
CMYK00.770.210.28
HSL316.6º62.67%44.12%-
HSV(B)316.6º77.05%71.76%-
XYZ25.3913.7427.7-
YUV95.79155.21190.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 42 (16.80% from 255) = 11.38%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=49.59%
G=11.38%
B=39.02%

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
Decimal1834214400.770.210.28316.662.6744.12
HexB72A9004D151C13d3f2c
Octal26752220011525344757754
Binary1011011110101010010000010011011010111100100111101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A90; }

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

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

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

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

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

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

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

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