#B51D83

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

Shades of Medium Violet Red #B51D83

Tints of Medium Violet Red #B51D83

Color information

#B51D83 (or 0xB51D83) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1D and 83. RGB value is (181,29,131). Sum of RGB (Red+Green+Blue) = 181+29+131=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51D83 is #4AE27C. Grayscale: #555555. Windows color (decimal): -4907645 or 8592821. OLE color: 8592821.

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

Color convert

RGB18129131-
CMYK00.840.280.29
HSL319.74º72.38%41.18%-
HSV(B)319.74º83.98%70.98%-
XYZ23.5912.3422.61-
YUV86.08153.36195.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 29 (11.72% from 255) = 8.50%
BLUE value IS 131 (51.56% from 255) = 38.42%
R=53.08%
G=8.50%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812913100.840.280.29319.7472.3841.18
HexB51D830541C1D1404829
Octal265352030124343550011051
Binary1011010111101100000110101010011100111011010000001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51D83; }

 p { color: rgb(181,29,131); }

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

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

 a { background-color: rgb(181,29,131); }

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

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

 span { border-color: rgb(181,29,131); }

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