#B3159E

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

Shades of Medium Violet Red #B3159E

Tints of Medium Violet Red #B3159E

Color information

#B3159E (or 0xB3159E) is unknown color: approx Medium Violet Red. HEX triplet: B3, 15 and 9E. RGB value is (179,21,158). Sum of RGB (Red+Green+Blue) = 179+21+158=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3159E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3159E is #4CEA61. Grayscale: #535353. Windows color (decimal): -5040738 or 10360243. OLE color: 10360243.

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

Color convert

RGB17921158-
CMYK00.880.120.30
HSL307.97º79%39.22%-
HSV(B)307.97º88.27%70.2%-
XYZ25.0312.5933.46-
YUV83.86169.85195.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 5.87%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=50%
G=5.87%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792115800.880.120.30307.977939.22
HexB3159E058C1E1344f27
Octal263252360130143646411747
Binary101100111010110011110010110001100111101001101001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3159E; }

 p { color: rgb(179,21,158); }

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

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

 a { background-color: rgb(179,21,158); }

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

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

 span { border-color: rgb(179,21,158); }

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