#B5157D

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

Shades of Medium Violet Red #B5157D

Tints of Medium Violet Red #B5157D

Color information

#B5157D (or 0xB5157D) is unknown color: approx Medium Violet Red. HEX triplet: B5, 15 and 7D. RGB value is (181,21,125). Sum of RGB (Red+Green+Blue) = 181+21+125=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5157D is #4AEA82. Grayscale: #505050. Windows color (decimal): -4909699 or 8197557. OLE color: 8197557.

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

Color convert

RGB18121125-
CMYK00.880.310.29
HSL321º79.21%39.61%-
HSV(B)321º88.4%70.98%-
XYZ23.0311.8420.47-
YUV80.7153.01199.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 21 (8.59% from 255) = 6.42%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=55.35%
G=6.42%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812112500.880.310.2932179.2139.61
HexB5157D0581F1D1414f28
Octal265251750130373550111750
Binary101101011010111111010101100011111111011010000011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5157D; }

 p { color: rgb(181,21,125); }

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

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

 a { background-color: rgb(181,21,125); }

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

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

 span { border-color: rgb(181,21,125); }

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