#B72A8E

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

Shades of Medium Red Violet #B72A8E

Tints of Medium Red Violet #B72A8E

Color information

#B72A8E (or 0xB72A8E) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2A and 8E. RGB value is (183,42,142). Sum of RGB (Red+Green+Blue) = 183+42+142=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72A8E is #48D571. Grayscale: #5F5F5F. Windows color (decimal): -4773234 or 9317047. OLE color: 9317047.

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

Color convert

RGB18342142-
CMYK00.770.220.28
HSL317.45º62.67%44.12%-
HSV(B)317.45º77.05%71.76%-
XYZ25.2413.6826.9-
YUV95.56154.21190.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 42 (16.80% from 255) = 11.44%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=49.86%
G=11.44%
B=38.69%

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
Decimal1834214200.770.220.28317.4562.6744.12
HexB72A8E04D161C13d3f2c
Octal26752216011526344757754
Binary1011011110101010001110010011011011011100100111101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A8E; }

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

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

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

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

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

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

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

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