#B51871

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

Shades of Medium Violet Red #B51871

Tints of Medium Violet Red #B51871

Color information

#B51871 (or 0xB51871) is unknown color: approx Medium Violet Red. HEX triplet: B5, 18 and 71. RGB value is (181,24,113). Sum of RGB (Red+Green+Blue) = 181+24+113=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B51871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51871 is #4AE78E. Grayscale: #505050. Windows color (decimal): -4908943 or 7411893. OLE color: 7411893.

HSL color Cylindrical-coordinate representation of color #B51871: hue angle of 325.99º 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 #B51871 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18124113-
CMYK00.870.380.29
HSL325.99º76.59%40.2%-
HSV(B)325.99º86.74%70.98%-
XYZ22.3611.6716.7-
YUV81.09146.01199.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 24 (9.77% from 255) = 7.55%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=56.92%
G=7.55%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812411300.870.380.29325.9976.5940.2
HexB51871057261D1464d28
Octal265301610127463550611550
Binary1011010111000111000101010111100110111011010001101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51871; }

 p { color: rgb(181,24,113); }

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

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

 a { background-color: rgb(181,24,113); }

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

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

 span { border-color: rgb(181,24,113); }

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