#B419A8

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

Shades of Medium Violet Red #B419A8

Tints of Medium Violet Red #B419A8

Color information

#B419A8 (or 0xB419A8) is unknown color: approx Medium Violet Red. HEX triplet: B4, 19 and A8. RGB value is (180,25,168). Sum of RGB (Red+Green+Blue) = 180+25+168=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B419A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B419A8 is #4BE657. Grayscale: #575757. Windows color (decimal): -4974168 or 11016628. OLE color: 11016628.

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

Color convert

RGB18025168-
CMYK00.860.070.29
HSL304.65º75.61%40.2%-
HSV(B)304.65º86.11%70.59%-
XYZ26.2413.2338.22-
YUV87.65173.35193.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 25 (10.16% from 255) = 6.70%
BLUE value IS 168 (66.02% from 255) = 45.04%
R=48.26%
G=6.70%
B=45.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802516800.860.070.29304.6575.6140.2
HexB419A805671D1314c28
Octal26431250012673546111450
Binary10110100110011010100001010110111111011001100011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B419A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B419A8; }

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

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

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

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

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

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

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

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