#b721a1

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

Shades of Medium Violet Red #B721A1

Tints of Medium Violet Red #B721A1

Color information

#B721A1 (or 0xB721A1) is unknown color: approx Medium Violet Red. HEX triplet: B7, 21 and A1. RGB value is (183,33,161). Sum of RGB (Red+Green+Blue) = 183+33+161=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B721A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721A1 is #48DE5E. Grayscale: #5C5C5C. Windows color (decimal): -4775519 or 10559927. OLE color: 10559927.

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

Color convert

RGB18333161-
CMYK00.820.120.28
HSL308.8º69.44%42.35%-
HSV(B)308.8º81.97%71.76%-
XYZ26.5113.7334.97-
YUV92.44166.7192.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 33 (13.28% from 255) = 8.75%
BLUE value IS 161 (63.28% from 255) = 42.71%
R=48.54%
G=8.75%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833316100.820.120.28308.869.4442.35
HexB721A1052C1C135452a
Octal267412410122143446510552
Binary1011011110000110100001010100101100111001001101011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b721a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b721a1; }

 p { color: rgb(183,33,161); }

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

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

 a { background-color: rgb(183,33,161); }

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

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

 span { border-color: rgb(183,33,161); }

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