#B72BAB

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

Shades of Medium Red Violet #B72BAB

Tints of Medium Red Violet #B72BAB

Color information

#B72BAB (or 0xB72BAB) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2B and AB. RGB value is (183,43,171). Sum of RGB (Red+Green+Blue) = 183+43+171=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B72BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72BAB is #48D454. Grayscale: #636363. Windows color (decimal): -4772949 or 11217847. OLE color: 11217847.

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

Color convert

RGB18343171-
CMYK00.770.070.28
HSL305.14º61.95%44.31%-
HSV(B)305.14º76.5%71.76%-
XYZ27.7414.7439.91-
YUV99.45168.38187.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 43 (17.19% from 255) = 10.83%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=46.10%
G=10.83%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834317100.770.070.28305.1461.9544.31
HexB72BAB04D71C1313e2c
Octal2675325301157344617654
Binary10110111101011101010110100110111111100100110001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72BAB; }

 p { color: rgb(183,43,171); }

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

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

 a { background-color: rgb(183,43,171); }

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

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

 span { border-color: rgb(183,43,171); }

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