#B0169D

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

Shades of Medium Violet Red #B0169D

Tints of Medium Violet Red #B0169D

Color information

#B0169D (or 0xB0169D) is unknown color: approx Medium Violet Red. HEX triplet: B0, 16 and 9D. RGB value is (176,22,157). Sum of RGB (Red+Green+Blue) = 176+22+157=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0169D is #4FE962. Grayscale: #535353. Windows color (decimal): -5237091 or 10294960. OLE color: 10294960.

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

Color convert

RGB17622157-
CMYK00.880.110.31
HSL307.4º77.78%38.82%-
HSV(B)307.4º87.5%69.02%-
XYZ24.2812.2432.98-
YUV83.44169.52194.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 22 (8.98% from 255) = 6.20%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=49.58%
G=6.20%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762215700.880.110.31307.477.7838.82
HexB0169D058B1F1334e27
Octal260262350130133746311647
Binary101100001011010011101010110001011111111001100111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0169D; }

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

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

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

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

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

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

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

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