#B919A5

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

Shades of Medium Violet Red #B919A5

Tints of Medium Violet Red #B919A5

Color information

#B919A5 (or 0xB919A5) is unknown color: approx Medium Violet Red. HEX triplet: B9, 19 and A5. RGB value is (185,25,165). Sum of RGB (Red+Green+Blue) = 185+25+165=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B919A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919A5 is #46E65A. Grayscale: #585858. Windows color (decimal): -4646491 or 10820025. OLE color: 10820025.

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

Color convert

RGB18525165-
CMYK00.860.110.27
HSL307.5º76.19%41.18%-
HSV(B)307.5º86.49%72.55%-
XYZ27.1513.7336.82-
YUV88.8171.01196.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 165 (64.84% from 255) = 44%
R=49.33%
G=6.67%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852516500.860.110.27307.576.1941.18
HexB919A5056B1B1344c29
Octal271312450126133346411451
Binary101110011100110100101010101101011110111001101001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B919A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B919A5; }

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

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

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

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

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

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

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

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