#B4199B

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

Shades of Medium Violet Red #B4199B

Tints of Medium Violet Red #B4199B

Color information

#B4199B (or 0xB4199B) is unknown color: approx Medium Violet Red. HEX triplet: B4, 19 and 9B. RGB value is (180,25,155). Sum of RGB (Red+Green+Blue) = 180+25+155=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B4199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4199B is #4BE664. Grayscale: #555555. Windows color (decimal): -4974181 or 10164660. OLE color: 10164660.

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

Color convert

RGB18025155-
CMYK00.860.140.29
HSL309.68º75.61%40.2%-
HSV(B)309.68º86.11%70.59%-
XYZ25.0912.7732.15-
YUV86.16166.85194.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 6.94%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=50%
G=6.94%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802515500.860.140.29309.6875.6140.2
HexB4199B056E1D1364c28
Octal264312330126163546611450
Binary101101001100110011011010101101110111011001101101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4199B; }

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

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

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

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

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

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

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

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