#B5388E

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

Shades of Medium Red Violet #B5388E

Tints of Medium Red Violet #B5388E

Color information

#B5388E (or 0xB5388E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 38 and 8E. RGB value is (181,56,142). Sum of RGB (Red+Green+Blue) = 181+56+142=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5388E is #4AC771. Grayscale: #666666. Windows color (decimal): -4900722 or 9320629. OLE color: 9320629.

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

Color convert

RGB18156142-
CMYK00.690.220.29
HSL318.72º52.74%46.47%-
HSV(B)318.72º69.06%70.98%-
XYZ25.3514.6127.07-
YUV103.18149.91183.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 56 (22.27% from 255) = 14.78%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=47.76%
G=14.78%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815614200.690.220.29318.7252.7446.47
HexB5388E045161D13f352e
Octal26570216010526354776556
Binary1011010111100010001110010001011011011101100111111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5388E; }

 p { color: rgb(181,56,142); }

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

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

 a { background-color: rgb(181,56,142); }

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

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

 span { border-color: rgb(181,56,142); }

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