#B72AA8

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

Shades of Medium Red Violet #B72AA8

Tints of Medium Red Violet #B72AA8

Color information

#B72AA8 (or 0xB72AA8) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2A and A8. RGB value is (183,42,168). Sum of RGB (Red+Green+Blue) = 183+42+168=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B72AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72AA8 is #48D557. Grayscale: #626262. Windows color (decimal): -4773208 or 11020983. OLE color: 11020983.

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

Color convert

RGB18342168-
CMYK00.770.080.28
HSL306.38º62.67%44.12%-
HSV(B)306.38º77.05%71.76%-
XYZ27.4214.5538.41-
YUV98.52167.21188.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 42 (16.80% from 255) = 10.69%
BLUE value IS 168 (66.02% from 255) = 42.75%
R=46.56%
G=10.69%
B=42.75%

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
Decimal1834216800.770.080.28306.3862.6744.12
HexB72AA804D81C1323f2c
Octal26752250011510344627754
Binary101101111010101010100001001101100011100100110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72AA8; }

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

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

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

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

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

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

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

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