#B72DA8

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

Shades of Medium Red Violet #B72DA8

Tints of Medium Red Violet #B72DA8

Color information

#B72DA8 (or 0xB72DA8) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2D and A8. RGB value is (183,45,168). Sum of RGB (Red+Green+Blue) = 183+45+168=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B72DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72DA8 is #48D257. Grayscale: #636363. Windows color (decimal): -4772440 or 11021751. OLE color: 11021751.

HSL color Cylindrical-coordinate representation of color #B72DA8: hue angle of 306.52º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72DA8 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18345168-
CMYK00.750.080.28
HSL306.52º60.53%44.71%-
HSV(B)306.52º75.41%71.76%-
XYZ27.5314.7738.45-
YUV100.28166.22187-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.21%
GREEN value IS 45 (17.97% from 255) = 11.36%
BLUE value IS 168 (66.02% from 255) = 42.42%
R=46.21%
G=11.36%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834516800.750.080.28306.5260.5344.71
HexB72DA804B81C1333d2d
Octal26755250011310344637555
Binary101101111011011010100001001011100011100100110011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72DA8; }

 p { color: rgb(183,45,168); }

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

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

 a { background-color: rgb(183,45,168); }

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

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

 span { border-color: rgb(183,45,168); }

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