#B41279

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

Shades of Medium Violet Red #B41279

Tints of Medium Violet Red #B41279

Color information

#B41279 (or 0xB41279) is unknown color: approx Medium Violet Red. HEX triplet: B4, 12 and 79. RGB value is (180,18,121). Sum of RGB (Red+Green+Blue) = 180+18+121=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B41279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41279 is #4BED86. Grayscale: #4D4D4D. Windows color (decimal): -4976007 or 7934644. OLE color: 7934644.

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

Color convert

RGB18018121-
CMYK00.90.330.29
HSL321.85º81.82%38.82%-
HSV(B)321.85º90%70.59%-
XYZ22.4911.5219.13-
YUV78.18152.17200.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 18 (7.42% from 255) = 5.64%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=56.43%
G=5.64%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801812100.90.330.29321.8581.8238.82
HexB4127905A211D1425227
Octal264221710132413550212247
Binary1011010010010111100101011010100001111011010000101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41279; }

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

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

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

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

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

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

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

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