#B919A1

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

Shades of Medium Violet Red #B919A1

Tints of Medium Violet Red #B919A1

Color information

#B919A1 (or 0xB919A1) is unknown color: approx Medium Violet Red. HEX triplet: B9, 19 and A1. RGB value is (185,25,161). Sum of RGB (Red+Green+Blue) = 185+25+161=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B919A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919A1 is #46E65E. Grayscale: #575757. Windows color (decimal): -4646495 or 10557881. OLE color: 10557881.

HSL color Cylindrical-coordinate representation of color #B919A1: hue angle of 309º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B919A1 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18525161-
CMYK00.860.130.27
HSL309º76.19%41.18%-
HSV(B)309º86.49%72.55%-
XYZ26.7913.5834.93-
YUV88.34169.01196.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 25 (10.16% from 255) = 6.74%
BLUE value IS 161 (63.28% from 255) = 43.40%
R=49.87%
G=6.74%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852516100.860.130.2730976.1941.18
HexB919A1056D1B1354c29
Octal271312410126153346511451
Binary101110011100110100001010101101101110111001101011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B919A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B919A1; }

 p { color: rgb(185,25,161); }

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

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

 a { background-color: rgb(185,25,161); }

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

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

 span { border-color: rgb(185,25,161); }

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