#B0199E

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

Shades of Medium Violet Red #B0199E

Tints of Medium Violet Red #B0199E

Color information

#B0199E (or 0xB0199E) is unknown color: approx Medium Violet Red. HEX triplet: B0, 19 and 9E. RGB value is (176,25,158). Sum of RGB (Red+Green+Blue) = 176+25+158=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B0199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0199E is #4FE661. Grayscale: #545454. Windows color (decimal): -5236322 or 10361264. OLE color: 10361264.

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

Color convert

RGB17625158-
CMYK00.860.100.31
HSL307.15º75.12%39.41%-
HSV(B)307.15º85.8%69.02%-
XYZ24.4212.3933.45-
YUV85.31169.03192.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 25 (10.16% from 255) = 6.96%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=49.03%
G=6.96%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762515800.860.100.31307.1575.1239.41
HexB0199E056A1F1334b27
Octal260312360126123746311347
Binary101100001100110011110010101101010111111001100111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0199E; }

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

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

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

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

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

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

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

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