#B821AA

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

Shades of Medium Violet Red #B821AA

Tints of Medium Violet Red #B821AA

Color information

#B821AA (or 0xB821AA) is unknown color: approx Medium Violet Red. HEX triplet: B8, 21 and AA. RGB value is (184,33,170). Sum of RGB (Red+Green+Blue) = 184+33+170=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B821AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B821AA is #47DE55. Grayscale: #5D5D5D. Windows color (decimal): -4709974 or 11149752. OLE color: 11149752.

HSL color Cylindrical-coordinate representation of color #B821AA: hue angle of 305.56º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B821AA is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18433170-
CMYK00.820.080.28
HSL305.56º69.59%42.55%-
HSV(B)305.56º82.07%72.16%-
XYZ27.5714.1839.31-
YUV93.77171.03192.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 33 (13.28% from 255) = 8.53%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=47.55%
G=8.53%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843317000.820.080.28305.5669.5942.55
HexB821AA05281C132462b
Octal270412520122103446210653
Binary1011100010000110101010010100101000111001001100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B821AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B821AA; }

 p { color: rgb(184,33,170); }

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

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

 a { background-color: rgb(184,33,170); }

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

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

 span { border-color: rgb(184,33,170); }

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