#B30179

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

Shades of Medium Violet Red #B30179

Tints of Medium Violet Red #B30179

Color information

#B30179 (or 0xB30179) is unknown color: approx Medium Violet Red. HEX triplet: B3, 01 and 79. RGB value is (179,1,121). Sum of RGB (Red+Green+Blue) = 179+1+121=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B30179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30179 is #4CFE86. Grayscale: #434343. Windows color (decimal): -5045895 or 7930291. OLE color: 7930291.

HSL color Cylindrical-coordinate representation of color #B30179: hue angle of 319.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30179 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB1791121-
CMYK00.990.320.30
HSL319.55º98.89%35.29%-
HSV(B)319.55º99.44%70.2%-
XYZ22.0510.9919.05-
YUV67.9157.97207.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.47%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=59.47%
G=0.33%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179112100.990.320.30319.5598.8935.29
HexB3179063201E1406323
Octal26311710143403650014343
Binary101100111111100101100011100000111101010000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30179; }

 p { color: rgb(179,1,121); }

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

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

 a { background-color: rgb(179,1,121); }

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

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

 span { border-color: rgb(179,1,121); }

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