#B0169B

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

Shades of Medium Violet Red #B0169B

Tints of Medium Violet Red #B0169B

Color information

#B0169B (or 0xB0169B) is unknown color: approx Medium Violet Red. HEX triplet: B0, 16 and 9B. RGB value is (176,22,155). Sum of RGB (Red+Green+Blue) = 176+22+155=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0169B is #4FE964. Grayscale: #525252. Windows color (decimal): -5237093 or 10163888. OLE color: 10163888.

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

Color convert

RGB17622155-
CMYK00.880.120.31
HSL308.18º77.78%38.82%-
HSV(B)308.18º87.5%69.02%-
XYZ24.1112.1732.09-
YUV83.21168.52194.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 22 (8.98% from 255) = 6.23%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=49.86%
G=6.23%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762215500.880.120.31308.1877.7838.82
HexB0169B058C1F1344e27
Octal260262330130143746411647
Binary101100001011010011011010110001100111111001101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0169B; }

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

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

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

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

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

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

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

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