#B0199B

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

Shades of Medium Violet Red #B0199B

Tints of Medium Violet Red #B0199B

Color information

#B0199B (or 0xB0199B) is unknown color: approx Medium Violet Red. HEX triplet: B0, 19 and 9B. RGB value is (176,25,155). Sum of RGB (Red+Green+Blue) = 176+25+155=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0199B is #4FE664. Grayscale: #545454. Windows color (decimal): -5236325 or 10164656. OLE color: 10164656.

HSL color Cylindrical-coordinate representation of color #B0199B: hue angle of 308.34º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0199B is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17625155-
CMYK00.860.120.31
HSL308.34º75.12%39.41%-
HSV(B)308.34º85.8%69.02%-
XYZ24.1712.2932.11-
YUV84.97167.53192.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 25 (10.16% from 255) = 7.02%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=49.44%
G=7.02%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762515500.860.120.31308.3475.1239.41
HexB0199B056C1F1344b27
Octal260312330126143746411347
Binary101100001100110011011010101101100111111001101001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0199B; }

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

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

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

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

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

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

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

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