#B72AA2

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

Shades of Medium Red Violet #B72AA2

Tints of Medium Red Violet #B72AA2

Color information

#B72AA2 (or 0xB72AA2) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2A and A2. RGB value is (183,42,162). Sum of RGB (Red+Green+Blue) = 183+42+162=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B72AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72AA2 is #48D55D. Grayscale: #616161. Windows color (decimal): -4773214 or 10627767. OLE color: 10627767.

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

Color convert

RGB18342162-
CMYK00.770.110.28
HSL308.94º62.67%44.12%-
HSV(B)308.94º77.05%71.76%-
XYZ26.8814.3335.53-
YUV97.84164.21188.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 42 (16.80% from 255) = 10.85%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=47.29%
G=10.85%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834216200.770.110.28308.9462.6744.12
HexB72AA204DB1C1353f2c
Octal26752242011513344657754
Binary101101111010101010001001001101101111100100110101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72AA2; }

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

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

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

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

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

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

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

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