#b51c7a

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

Shades of Medium Violet Red #B51C7A

Tints of Medium Violet Red #B51C7A

Color information

#B51C7A (or 0xB51C7A) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1C and 7A. RGB value is (181,28,122). Sum of RGB (Red+Green+Blue) = 181+28+122=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51C7A is #4AE385. Grayscale: #545454. Windows color (decimal): -4907910 or 8002741. OLE color: 8002741.

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

Color convert

RGB18128122-
CMYK00.850.330.29
HSL323.14º73.21%40.98%-
HSV(B)323.14º84.53%70.98%-
XYZ22.9812.0619.53-
YUV84.46149.19196.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 28 (11.33% from 255) = 8.46%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=54.68%
G=8.46%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812812200.850.330.29323.1473.2140.98
HexB51C7A055211D1434929
Octal265341720125413550311151
Binary1011010111100111101001010101100001111011010000111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b51c7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b51c7a; }

 p { color: rgb(181,28,122); }

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

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

 a { background-color: rgb(181,28,122); }

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

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

 span { border-color: rgb(181,28,122); }

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