#b518a8

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

Shades of Medium Violet Red #B518A8

Tints of Medium Violet Red #B518A8

Color information

#B518A8 (or 0xB518A8) is unknown color: approx Medium Violet Red. HEX triplet: B5, 18 and A8. RGB value is (181,24,168). Sum of RGB (Red+Green+Blue) = 181+24+168=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B518A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B518A8 is #4AE757. Grayscale: #565656. Windows color (decimal): -4908888 or 11016373. OLE color: 11016373.

HSL color Cylindrical-coordinate representation of color #B518A8: hue angle of 304.97º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B518A8 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18124168-
CMYK00.870.070.29
HSL304.97º76.59%40.2%-
HSV(B)304.97º86.74%70.98%-
XYZ26.4513.338.22-
YUV87.36173.51194.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 24 (9.77% from 255) = 6.43%
BLUE value IS 168 (66.02% from 255) = 45.04%
R=48.53%
G=6.43%
B=45.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812416800.870.070.29304.9776.5940.2
HexB518A805771D1314d28
Octal26530250012773546111550
Binary10110101110001010100001010111111111011001100011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b518a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b518a8; }

 p { color: rgb(181,24,168); }

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

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

 a { background-color: rgb(181,24,168); }

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

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

 span { border-color: rgb(181,24,168); }

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