#b5377d

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

Shades of Medium Red Violet #B5377D

Tints of Medium Red Violet #B5377D

Color information

#B5377D (or 0xB5377D) is unknown color: approx Medium Red Violet. HEX triplet: B5, 37 and 7D. RGB value is (181,55,125). Sum of RGB (Red+Green+Blue) = 181+55+125=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5377D is #4AC882. Grayscale: #646464. Windows color (decimal): -4900995 or 8206261. OLE color: 8206261.

HSL color Cylindrical-coordinate representation of color #B5377D: hue angle of 326.67º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5377D is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18155125-
CMYK00.700.310.29
HSL326.67º53.39%46.27%-
HSV(B)326.67º69.61%70.98%-
XYZ24.1214.0420.84-
YUV100.65141.74185.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 55 (21.88% from 255) = 15.24%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=50.14%
G=15.24%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815512500.700.310.29326.6753.3946.27
HexB5377D0461F1D147352e
Octal26567175010637355076556
Binary101101011101111111101010001101111111101101000111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5377d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5377d; }

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

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

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

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

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

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

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

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