#B40179

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

Shades of Medium Violet Red #B40179

Tints of Medium Violet Red #B40179

Color information

#B40179 (or 0xB40179) is unknown color: approx Medium Violet Red. HEX triplet: B4, 01 and 79. RGB value is (180,1,121). Sum of RGB (Red+Green+Blue) = 180+1+121=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B40179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40179 is #4BFE86. Grayscale: #434343. Windows color (decimal): -4980359 or 7930292. OLE color: 7930292.

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

Color convert

RGB1801121-
CMYK00.990.330.29
HSL319.78º98.9%35.49%-
HSV(B)319.78º99.44%70.59%-
XYZ22.2811.1119.06-
YUV68.2157.8207.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=59.60%
G=0.33%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180112100.990.330.29319.7898.935.49
HexB4179063211D1406323
Octal26411710143413550014343
Binary101101001111100101100011100001111011010000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40179; }

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

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

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

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

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

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

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

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