#B3169A

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

Shades of Medium Violet Red #B3169A

Tints of Medium Violet Red #B3169A

Color information

#B3169A (or 0xB3169A) is unknown color: approx Medium Violet Red. HEX triplet: B3, 16 and 9A. RGB value is (179,22,154). Sum of RGB (Red+Green+Blue) = 179+22+154=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3169A is #4CE965. Grayscale: #535353. Windows color (decimal): -5040486 or 10098355. OLE color: 10098355.

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

Color convert

RGB17922154-
CMYK00.880.140.30
HSL309.55º78.11%39.41%-
HSV(B)309.55º87.71%70.2%-
XYZ24.7112.4931.68-
YUV83.99167.51195.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 22 (8.98% from 255) = 6.20%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=50.42%
G=6.20%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792215400.880.140.30309.5578.1139.41
HexB3169A058E1E1364e27
Octal263262320130163646611647
Binary101100111011010011010010110001110111101001101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3169A; }

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

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

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

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

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

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

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

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