#B412A8

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

Shades of Medium Violet Red #B412A8

Tints of Medium Violet Red #B412A8

Color information

#B412A8 (or 0xB412A8) is unknown color: approx Medium Violet Red. HEX triplet: B4, 12 and A8. RGB value is (180,18,168). Sum of RGB (Red+Green+Blue) = 180+18+168=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B412A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B412A8 is #4BED57. Grayscale: #535353. Windows color (decimal): -4975960 or 11014836. OLE color: 11014836.

HSL color Cylindrical-coordinate representation of color #B412A8: hue angle of 304.44º 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 #B412A8 is Cyan = 0, Magento = 0.9, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18018168-
CMYK00.90.070.29
HSL304.44º81.82%38.82%-
HSV(B)304.44º90%70.59%-
XYZ26.1112.9638.17-
YUV83.54175.67196.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 18 (7.42% from 255) = 4.92%
BLUE value IS 168 (66.02% from 255) = 45.90%
R=49.18%
G=4.92%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801816800.90.070.29304.4481.8238.82
HexB412A805A71D1305227
Octal26422250013273546012247
Binary10110100100101010100001011010111111011001100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B412A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B412A8; }

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

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

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

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

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

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

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

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