#B342A0

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

Shades of Medium Red Violet #B342A0

Tints of Medium Red Violet #B342A0

Color information

#B342A0 (or 0xB342A0) is unknown color: approx Medium Red Violet. HEX triplet: B3, 42 and A0. RGB value is (179,66,160). Sum of RGB (Red+Green+Blue) = 179+66+160=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B342A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B342A0 is #4CBD5F. Grayscale: #6E6E6E. Windows color (decimal): -5029216 or 10502835. OLE color: 10502835.

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

Color convert

RGB17966160-
CMYK00.630.110.30
HSL310.09º46.12%48.04%-
HSV(B)310.09º63.13%70.2%-
XYZ26.8816.0234.93-
YUV110.5155.94176.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 160 (62.89% from 255) = 39.51%
R=44.20%
G=16.30%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796616000.630.110.30310.0946.1248.04
HexB342A003FB1E1362e30
Octal26310224007713364665660
Binary101100111000010101000000111111101111110100110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B342A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B342A0; }

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

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

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

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

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

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

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

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