#B5108A

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

Shades of Medium Violet Red #B5108A

Tints of Medium Violet Red #B5108A

Color information

#B5108A (or 0xB5108A) is unknown color: approx Medium Violet Red. HEX triplet: B5, 10 and 8A. RGB value is (181,16,138). Sum of RGB (Red+Green+Blue) = 181+16+138=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B5108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5108A is #4AEF75. Grayscale: #4E4E4E. Windows color (decimal): -4910966 or 9048245. OLE color: 9048245.

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

Color convert

RGB18116138-
CMYK00.910.240.29
HSL315.64º83.76%38.63%-
HSV(B)315.64º91.16%70.98%-
XYZ23.8312.0325.11-
YUV79.24161.16200.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 16 (6.64% from 255) = 4.78%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=54.03%
G=4.78%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811613800.910.240.29315.6483.7638.63
HexB5108A05B181D13c5427
Octal265202120133303547412447
Binary1011010110000100010100101101111000111011001111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5108A; }

 p { color: rgb(181,16,138); }

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

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

 a { background-color: rgb(181,16,138); }

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

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

 span { border-color: rgb(181,16,138); }

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