#B72A86

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

Shades of Medium Red Violet #B72A86

Tints of Medium Red Violet #B72A86

Color information

#B72A86 (or 0xB72A86) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2A and 86. RGB value is (183,42,134). Sum of RGB (Red+Green+Blue) = 183+42+134=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72A86 is #48D579. Grayscale: #5E5E5E. Windows color (decimal): -4773242 or 8792759. OLE color: 8792759.

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

Color convert

RGB18342134-
CMYK00.770.270.28
HSL320.85º62.67%44.12%-
HSV(B)320.85º77.05%71.76%-
XYZ24.6613.4423.85-
YUV94.65150.21191.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 42 (16.80% from 255) = 11.70%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=50.97%
G=11.70%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834213400.770.270.28320.8562.6744.12
HexB72A8604D1B1C1413f2c
Octal26752206011533345017754
Binary1011011110101010000110010011011101111100101000001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A86; }

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

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

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

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

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

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

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

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