#B336A4

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

Shades of Medium Red Violet #B336A4

Tints of Medium Red Violet #B336A4

Color information

#B336A4 (or 0xB336A4) is unknown color: approx Medium Red Violet. HEX triplet: B3, 36 and A4. RGB value is (179,54,164). Sum of RGB (Red+Green+Blue) = 179+54+164=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B336A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B336A4 is #4CC95B. Grayscale: #676767. Windows color (decimal): -5032284 or 10761907. OLE color: 10761907.

HSL color Cylindrical-coordinate representation of color #B336A4: hue angle of 307.2º 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 #B336A4 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB17954164-
CMYK00.700.080.30
HSL307.2º53.65%45.69%-
HSV(B)307.2º69.83%70.2%-
XYZ26.6114.936.6-
YUV103.92161.91181.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 54 (21.48% from 255) = 13.60%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=45.09%
G=13.60%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795416400.700.080.30307.253.6545.69
HexB336A404681E133362e
Octal26366244010610364636656
Binary101100111101101010010001000110100011110100110011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B336A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B336A4; }

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

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

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

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

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

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

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

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