#B51482

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

Shades of Medium Violet Red #B51482

Tints of Medium Violet Red #B51482

Color information

#B51482 (or 0xB51482) is unknown color: approx Medium Violet Red. HEX triplet: B5, 14 and 82. RGB value is (181,20,130). Sum of RGB (Red+Green+Blue) = 181+20+130=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B51482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51482 is #4AEB7D. Grayscale: #505050. Windows color (decimal): -4909950 or 8524981. OLE color: 8524981.

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

Color convert

RGB18120130-
CMYK00.890.280.29
HSL319.01º80.1%39.41%-
HSV(B)319.01º88.95%70.98%-
XYZ23.3411.9422.19-
YUV80.68155.84199.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 20 (8.20% from 255) = 6.04%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=54.68%
G=6.04%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812013000.890.280.29319.0180.139.41
HexB514820591C1D13f5027
Octal265242020131343547712047
Binary1011010110100100000100101100111100111011001111111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51482; }

 p { color: rgb(181,20,130); }

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

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

 a { background-color: rgb(181,20,130); }

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

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

 span { border-color: rgb(181,20,130); }

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