#B72DA0

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

Shades of Medium Red Violet #B72DA0

Tints of Medium Red Violet #B72DA0

Color information

#B72DA0 (or 0xB72DA0) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2D and A0. RGB value is (183,45,160). Sum of RGB (Red+Green+Blue) = 183+45+160=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B72DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72DA0 is #48D25F. Grayscale: #636363. Windows color (decimal): -4772448 or 10497463. OLE color: 10497463.

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

Color convert

RGB18345160-
CMYK00.750.130.28
HSL310º60.53%44.71%-
HSV(B)310º75.41%71.76%-
XYZ26.8114.4834.64-
YUV99.37162.22187.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 45 (17.97% from 255) = 11.60%
BLUE value IS 160 (62.89% from 255) = 41.24%
R=47.16%
G=11.60%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834516000.750.130.2831060.5344.71
HexB72DA004BD1C1363d2d
Octal26755240011315344667555
Binary101101111011011010000001001011110111100100110110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72DA0; }

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

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

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

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

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

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

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

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