#B732A0

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

Shades of Medium Red Violet #B732A0

Tints of Medium Red Violet #B732A0

Color information

#B732A0 (or 0xB732A0) is unknown color: approx Medium Red Violet. HEX triplet: B7, 32 and A0. RGB value is (183,50,160). Sum of RGB (Red+Green+Blue) = 183+50+160=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B732A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B732A0 is #48CD5F. Grayscale: #666666. Windows color (decimal): -4771168 or 10498743. OLE color: 10498743.

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

Color convert

RGB18350160-
CMYK00.730.130.28
HSL310.38º57.08%45.69%-
HSV(B)310.38º72.68%71.76%-
XYZ27.0114.8934.71-
YUV102.31160.56185.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 50 (19.92% from 255) = 12.72%
BLUE value IS 160 (62.89% from 255) = 40.71%
R=46.56%
G=12.72%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835016000.730.130.28310.3857.0845.69
HexB732A0049D1C136392e
Octal26762240011115344667156
Binary101101111100101010000001001001110111100100110110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B732A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B732A0; }

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

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

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

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

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

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

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

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