#B41774

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

Shades of Medium Violet Red #B41774

Tints of Medium Violet Red #B41774

Color information

#B41774 (or 0xB41774) is unknown color: approx Medium Violet Red. HEX triplet: B4, 17 and 74. RGB value is (180,23,116). Sum of RGB (Red+Green+Blue) = 180+23+116=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B41774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41774 is #4BE88B. Grayscale: #505050. Windows color (decimal): -4974732 or 7608244. OLE color: 7608244.

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

Color convert

RGB18023116-
CMYK00.870.360.29
HSL324.46º77.34%39.8%-
HSV(B)324.46º87.22%70.59%-
XYZ22.2811.5817.58-
YUV80.54148.01198.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 23 (9.38% from 255) = 7.21%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=56.43%
G=7.21%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802311600.870.360.29324.4677.3439.8
HexB41774057241D1444d28
Octal264271640127443550411550
Binary1011010010111111010001010111100100111011010001001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41774; }

 p { color: rgb(180,23,116); }

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

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

 a { background-color: rgb(180,23,116); }

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

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

 span { border-color: rgb(180,23,116); }

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