#B721A3

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

Shades of Medium Violet Red #B721A3

Tints of Medium Violet Red #B721A3

Color information

#B721A3 (or 0xB721A3) is unknown color: approx Medium Violet Red. HEX triplet: B7, 21 and A3. RGB value is (183,33,163). Sum of RGB (Red+Green+Blue) = 183+33+163=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B721A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721A3 is #48DE5C. Grayscale: #5C5C5C. Windows color (decimal): -4775517 or 10690999. OLE color: 10690999.

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

Color convert

RGB18333163-
CMYK00.820.110.28
HSL308º69.44%42.35%-
HSV(B)308º81.97%71.76%-
XYZ26.6813.835.91-
YUV92.67167.7192.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 33 (13.28% from 255) = 8.71%
BLUE value IS 163 (64.06% from 255) = 43.01%
R=48.28%
G=8.71%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833316300.820.110.2830869.4442.35
HexB721A3052B1C134452a
Octal267412430122133446410552
Binary1011011110000110100011010100101011111001001101001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B721A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B721A3; }

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

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

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

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

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

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

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

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