#B419A6

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

Shades of Medium Violet Red #B419A6

Tints of Medium Violet Red #B419A6

Color information

#B419A6 (or 0xB419A6) is unknown color: approx Medium Violet Red. HEX triplet: B4, 19 and A6. RGB value is (180,25,166). Sum of RGB (Red+Green+Blue) = 180+25+166=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B419A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B419A6 is #4BE659. Grayscale: #575757. Windows color (decimal): -4974170 or 10885556. OLE color: 10885556.

HSL color Cylindrical-coordinate representation of color #B419A6: hue angle of 305.42º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B419A6 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18025166-
CMYK00.860.080.29
HSL305.42º75.61%40.2%-
HSV(B)305.42º86.11%70.59%-
XYZ26.0513.1537.24-
YUV87.42172.35194.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 25 (10.16% from 255) = 6.74%
BLUE value IS 166 (65.23% from 255) = 44.74%
R=48.52%
G=6.74%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802516600.860.080.29305.4275.6140.2
HexB419A605681D1314c28
Octal264312460126103546111450
Binary101101001100110100110010101101000111011001100011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B419A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B419A6; }

 p { color: rgb(180,25,166); }

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

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

 a { background-color: rgb(180,25,166); }

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

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

 span { border-color: rgb(180,25,166); }

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