#B339A3

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

Shades of Medium Red Violet #B339A3

Tints of Medium Red Violet #B339A3

Color information

#B339A3 (or 0xB339A3) is unknown color: approx Medium Red Violet. HEX triplet: B3, 39 and A3. RGB value is (179,57,163). Sum of RGB (Red+Green+Blue) = 179+57+163=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B339A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B339A3 is #4CC65C. Grayscale: #696969. Windows color (decimal): -5031517 or 10697139. OLE color: 10697139.

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

Color convert

RGB17957163-
CMYK00.680.090.30
HSL307.87º51.69%46.27%-
HSV(B)307.87º68.16%70.2%-
XYZ26.6615.1536.17-
YUV105.56160.42180.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 163 (64.06% from 255) = 40.85%
R=44.86%
G=14.29%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795716300.680.090.30307.8751.6946.27
HexB339A304491E134342e
Octal26371243010411364646456
Binary101100111110011010001101000100100111110100110100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B339A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B339A3; }

 p { color: rgb(179,57,163); }

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

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

 a { background-color: rgb(179,57,163); }

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

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

 span { border-color: rgb(179,57,163); }

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