#B337A0

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

Shades of Medium Red Violet #B337A0

Tints of Medium Red Violet #B337A0

Color information

#B337A0 (or 0xB337A0) is unknown color: approx Medium Red Violet. HEX triplet: B3, 37 and A0. RGB value is (179,55,160). Sum of RGB (Red+Green+Blue) = 179+55+160=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B337A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B337A0 is #4CC85F. Grayscale: #676767. Windows color (decimal): -5032032 or 10500019. OLE color: 10500019.

HSL color Cylindrical-coordinate representation of color #B337A0: hue angle of 309.19º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B337A0 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB17955160-
CMYK00.690.110.30
HSL309.19º52.99%45.88%-
HSV(B)309.19º69.27%70.2%-
XYZ26.314.8534.74-
YUV104.05159.58181.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 55 (21.88% from 255) = 13.96%
BLUE value IS 160 (62.89% from 255) = 40.61%
R=45.43%
G=13.96%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795516000.690.110.30309.1952.9945.88
HexB337A0045B1E135352e
Octal26367240010513364656556
Binary101100111101111010000001000101101111110100110101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B337A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B337A0; }

 p { color: rgb(179,55,160); }

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

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

 a { background-color: rgb(179,55,160); }

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

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

 span { border-color: rgb(179,55,160); }

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