#B72A96

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

Shades of Medium Red Violet #B72A96

Tints of Medium Red Violet #B72A96

Color information

#B72A96 (or 0xB72A96) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2A and 96. RGB value is (183,42,150). Sum of RGB (Red+Green+Blue) = 183+42+150=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72A96 is #48D569. Grayscale: #606060. Windows color (decimal): -4773226 or 9841335. OLE color: 9841335.

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

Color convert

RGB18342150-
CMYK00.770.180.28
HSL314.04º62.67%44.12%-
HSV(B)314.04º77.05%71.76%-
XYZ25.8613.9330.18-
YUV96.47158.21189.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 42 (16.80% from 255) = 11.2%
BLUE value IS 150 (58.98% from 255) = 40%
R=48.8%
G=11.2%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834215000.770.180.28314.0462.6744.12
HexB72A9604D121C13a3f2c
Octal26752226011522344727754
Binary1011011110101010010110010011011001011100100111010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A96; }

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

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

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

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

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

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

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

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