#B51698

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

Shades of Medium Violet Red #B51698

Tints of Medium Violet Red #B51698

Color information

#B51698 (or 0xB51698) is unknown color: approx Medium Violet Red. HEX triplet: B5, 16 and 98. RGB value is (181,22,152). Sum of RGB (Red+Green+Blue) = 181+22+152=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B51698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51698 is #4AE967. Grayscale: #545454. Windows color (decimal): -4909416 or 9967285. OLE color: 9967285.

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

Color convert

RGB18122152-
CMYK00.880.160.29
HSL310.94º78.33%39.8%-
HSV(B)310.94º87.85%70.98%-
XYZ25.0112.6630.83-
YUV84.36166.18196.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 22 (8.98% from 255) = 6.20%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=50.99%
G=6.20%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812215200.880.160.29310.9478.3339.8
HexB51698058101D1374e28
Octal265262300130203546711650
Binary1011010110110100110000101100010000111011001101111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51698; }

 p { color: rgb(181,22,152); }

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

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

 a { background-color: rgb(181,22,152); }

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

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

 span { border-color: rgb(181,22,152); }

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