#B41679

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

Shades of Medium Violet Red #B41679

Tints of Medium Violet Red #B41679

Color information

#B41679 (or 0xB41679) is unknown color: approx Medium Violet Red. HEX triplet: B4, 16 and 79. RGB value is (180,22,121). Sum of RGB (Red+Green+Blue) = 180+22+121=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B41679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41679 is #4BE986. Grayscale: #505050. Windows color (decimal): -4974983 or 7935668. OLE color: 7935668.

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

Color convert

RGB18022121-
CMYK00.880.330.29
HSL322.41º78.22%39.61%-
HSV(B)322.41º87.78%70.59%-
XYZ22.5611.6619.15-
YUV80.53150.85198.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 22 (8.98% from 255) = 6.81%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=55.73%
G=6.81%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802212100.880.330.29322.4178.2239.61
HexB41679058211D1424e28
Octal264261710130413550211650
Binary1011010010110111100101011000100001111011010000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41679; }

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

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

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

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

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

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

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

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