#B51675

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

Shades of Medium Violet Red #B51675

Tints of Medium Violet Red #B51675

Color information

#B51675 (or 0xB51675) is unknown color: approx Medium Violet Red. HEX triplet: B5, 16 and 75. RGB value is (181,22,117). Sum of RGB (Red+Green+Blue) = 181+22+117=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B51675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51675 is #4AE98A. Grayscale: #505050. Windows color (decimal): -4909451 or 7673525. OLE color: 7673525.

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

Color convert

RGB18122117-
CMYK00.880.350.29
HSL324.15º78.33%39.8%-
HSV(B)324.15º87.85%70.98%-
XYZ22.5511.6817.9-
YUV80.37148.68199.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.56%
GREEN value IS 22 (8.98% from 255) = 6.88%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=56.56%
G=6.88%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812211700.880.350.29324.1578.3339.8
HexB51675058231D1444e28
Octal265261650130433550411650
Binary1011010110110111010101011000100011111011010001001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51675; }

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

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

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

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

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

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

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

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