#B412A3

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

Shades of Medium Violet Red #B412A3

Tints of Medium Violet Red #B412A3

Color information

#B412A3 (or 0xB412A3) is unknown color: approx Medium Violet Red. HEX triplet: B4, 12 and A3. RGB value is (180,18,163). Sum of RGB (Red+Green+Blue) = 180+18+163=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B412A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B412A3 is #4BED5C. Grayscale: #525252. Windows color (decimal): -4975965 or 10687156. OLE color: 10687156.

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

Color convert

RGB18018163-
CMYK00.90.090.29
HSL306.3º81.82%38.82%-
HSV(B)306.3º90%70.59%-
XYZ25.6512.7835.77-
YUV82.97173.17197.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 18 (7.42% from 255) = 4.99%
BLUE value IS 163 (64.06% from 255) = 45.15%
R=49.86%
G=4.99%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801816300.90.090.29306.381.8238.82
HexB412A305A91D1325227
Octal264222430132113546212247
Binary101101001001010100011010110101001111011001100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B412A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B412A3; }

 p { color: rgb(180,18,163); }

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

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

 a { background-color: rgb(180,18,163); }

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

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

 span { border-color: rgb(180,18,163); }

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