#B0169A

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

Shades of Medium Violet Red #B0169A

Tints of Medium Violet Red #B0169A

Color information

#B0169A (or 0xB0169A) is unknown color: approx Medium Violet Red. HEX triplet: B0, 16 and 9A. RGB value is (176,22,154). Sum of RGB (Red+Green+Blue) = 176+22+154=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0169A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0169A is #4FE965. Grayscale: #525252. Windows color (decimal): -5237094 or 10098352. OLE color: 10098352.

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

Color convert

RGB17622154-
CMYK00.880.120.31
HSL308.57º77.78%38.82%-
HSV(B)308.57º87.5%69.02%-
XYZ24.0212.1431.65-
YUV83.09168.02194.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 6.25%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=50%
G=6.25%
B=43.75%

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
Decimal1762215400.880.120.31308.5777.7838.82
HexB0169A058C1F1354e27
Octal260262320130143746511647
Binary101100001011010011010010110001100111111001101011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0169A; }

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

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

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

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

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

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

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

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