#B72AAA

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

Shades of Medium Red Violet #B72AAA

Tints of Medium Red Violet #B72AAA

Color information

#B72AAA (or 0xB72AAA) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2A and AA. RGB value is (183,42,170). Sum of RGB (Red+Green+Blue) = 183+42+170=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B72AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72AAA is #48D555. Grayscale: #626262. Windows color (decimal): -4773206 or 11152055. OLE color: 11152055.

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

Color convert

RGB18342170-
CMYK00.770.070.28
HSL305.53º62.67%44.12%-
HSV(B)305.53º77.05%71.76%-
XYZ27.6114.6339.4-
YUV98.75168.21188.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 42 (16.80% from 255) = 10.63%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=46.33%
G=10.63%
B=43.04%

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
Decimal1834217000.770.070.28305.5362.6744.12
HexB72AAA04D71C1323f2c
Octal2675225201157344627754
Binary10110111101010101010100100110111111100100110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72AAA; }

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

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

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

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

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

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

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

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