#b72ba9

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

Shades of Medium Red Violet #B72BA9

Tints of Medium Red Violet #B72BA9

Color information

#B72BA9 (or 0xB72BA9) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2B and A9. RGB value is (183,43,169). Sum of RGB (Red+Green+Blue) = 183+43+169=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B72BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72BA9 is #48D456. Grayscale: #626262. Windows color (decimal): -4772951 or 11086775. OLE color: 11086775.

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

Color convert

RGB18343169-
CMYK00.770.080.28
HSL306º61.95%44.31%-
HSV(B)306º76.5%71.76%-
XYZ27.5514.6638.91-
YUV99.22167.38187.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 43 (17.19% from 255) = 10.89%
BLUE value IS 169 (66.41% from 255) = 42.78%
R=46.33%
G=10.89%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834316900.770.080.2830661.9544.31
HexB72BA904D81C1323e2c
Octal26753251011510344627654
Binary101101111010111010100101001101100011100100110010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b72ba9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b72ba9; }

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

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

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

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

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

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

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

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