#B821A0

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

Shades of Medium Violet Red #B821A0

Tints of Medium Violet Red #B821A0

Color information

#B821A0 (or 0xB821A0) is unknown color: approx Medium Violet Red. HEX triplet: B8, 21 and A0. RGB value is (184,33,160). Sum of RGB (Red+Green+Blue) = 184+33+160=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B821A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B821A0 is #47DE5F. Grayscale: #5C5C5C. Windows color (decimal): -4709984 or 10494392. OLE color: 10494392.

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

Color convert

RGB18433160-
CMYK00.820.130.28
HSL309.54º69.59%42.55%-
HSV(B)309.54º82.07%72.16%-
XYZ26.6613.8234.52-
YUV92.63166.03193.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 33 (13.28% from 255) = 8.75%
BLUE value IS 160 (62.89% from 255) = 42.44%
R=48.81%
G=8.75%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843316000.820.130.28309.5469.5942.55
HexB821A0052D1C136462b
Octal270412400122153446610653
Binary1011100010000110100000010100101101111001001101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B821A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B821A0; }

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

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

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

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

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

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

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

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