#B3167E

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

Shades of Medium Violet Red #B3167E

Tints of Medium Violet Red #B3167E

Color information

#B3167E (or 0xB3167E) is unknown color: approx Medium Violet Red. HEX triplet: B3, 16 and 7E. RGB value is (179,22,126). Sum of RGB (Red+Green+Blue) = 179+22+126=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B3167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3167E is #4CE981. Grayscale: #505050. Windows color (decimal): -5040514 or 8263347. OLE color: 8263347.

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

Color convert

RGB17922126-
CMYK00.880.300.30
HSL320.25º78.11%39.41%-
HSV(B)320.25º87.71%70.2%-
XYZ22.6411.6620.8-
YUV80.8153.51198.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 22 (8.98% from 255) = 6.73%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=54.74%
G=6.73%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792212600.880.300.30320.2578.1139.41
HexB3167E0581E1E1404e27
Octal263261760130363650011647
Binary101100111011011111100101100011110111101010000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3167E; }

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

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

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

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

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

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

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

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