#B336A3

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

Shades of Medium Red Violet #B336A3

Tints of Medium Red Violet #B336A3

Color information

#B336A3 (or 0xB336A3) is unknown color: approx Medium Red Violet. HEX triplet: B3, 36 and A3. RGB value is (179,54,163). Sum of RGB (Red+Green+Blue) = 179+54+163=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B336A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B336A3 is #4CC95C. Grayscale: #676767. Windows color (decimal): -5032285 or 10696371. OLE color: 10696371.

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

Color convert

RGB17954163-
CMYK00.700.090.30
HSL307.68º53.65%45.69%-
HSV(B)307.68º69.83%70.2%-
XYZ26.5214.8736.12-
YUV103.8161.41181.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 54 (21.48% from 255) = 13.64%
BLUE value IS 163 (64.06% from 255) = 41.16%
R=45.20%
G=13.64%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795416300.700.090.30307.6853.6545.69
HexB336A304691E134362e
Octal26366243010611364646656
Binary101100111101101010001101000110100111110100110100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B336A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B336A3; }

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

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

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

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

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

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

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

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