#B413A2

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

Shades of Medium Violet Red #B413A2

Tints of Medium Violet Red #B413A2

Color information

#B413A2 (or 0xB413A2) is unknown color: approx Medium Violet Red. HEX triplet: B4, 13 and A2. RGB value is (180,19,162). Sum of RGB (Red+Green+Blue) = 180+19+162=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B413A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413A2 is #4BEC5D. Grayscale: #535353. Windows color (decimal): -4975710 or 10621876. OLE color: 10621876.

HSL color Cylindrical-coordinate representation of color #B413A2: hue angle of 306.71º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B413A2 is Cyan = 0, Magento = 0.89, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB18019162-
CMYK00.890.10.29
HSL306.71º80.9%39.02%-
HSV(B)306.71º89.44%70.59%-
XYZ25.5812.7835.3-
YUV83.44172.34196.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 19 (7.81% from 255) = 5.26%
BLUE value IS 162 (63.67% from 255) = 44.88%
R=49.86%
G=5.26%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801916200.890.10.29306.7180.939.02
HexB413A2059A1D1335127
Octal264232420131123546312147
Binary101101001001110100010010110011010111011001100111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B413A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B413A2; }

 p { color: rgb(180,19,162); }

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

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

 a { background-color: rgb(180,19,162); }

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

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

 span { border-color: rgb(180,19,162); }

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