#B732A1

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

Shades of Medium Red Violet #B732A1

Tints of Medium Red Violet #B732A1

Color information

#B732A1 (or 0xB732A1) is unknown color: approx Medium Red Violet. HEX triplet: B7, 32 and A1. RGB value is (183,50,161). Sum of RGB (Red+Green+Blue) = 183+50+161=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B732A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B732A1 is #48CD5E. Grayscale: #666666. Windows color (decimal): -4771167 or 10564279. OLE color: 10564279.

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

Color convert

RGB18350161-
CMYK00.730.120.28
HSL309.92º57.08%45.69%-
HSV(B)309.92º72.68%71.76%-
XYZ27.114.9235.17-
YUV102.42161.06185.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 50 (19.92% from 255) = 12.69%
BLUE value IS 161 (63.28% from 255) = 40.86%
R=46.45%
G=12.69%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835016100.730.120.28309.9257.0845.69
HexB732A1049C1C136392e
Octal26762241011114344667156
Binary101101111100101010000101001001110011100100110110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B732A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B732A1; }

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

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

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

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

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

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

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

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