#B5368E

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

Shades of Medium Red Violet #B5368E

Tints of Medium Red Violet #B5368E

Color information

#B5368E (or 0xB5368E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 36 and 8E. RGB value is (181,54,142). Sum of RGB (Red+Green+Blue) = 181+54+142=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5368E is #4AC971. Grayscale: #656565. Windows color (decimal): -4901234 or 9320117. OLE color: 9320117.

HSL color Cylindrical-coordinate representation of color #B5368E: hue angle of 318.43º degrees, saturation: 0.54, 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 #B5368E is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18154142-
CMYK00.700.220.29
HSL318.43º54.04%46.08%-
HSV(B)318.43º70.17%70.98%-
XYZ25.2614.4227.04-
YUV102150.58184.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 54 (21.48% from 255) = 14.32%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=48.01%
G=14.32%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815414200.700.220.29318.4354.0446.08
HexB5368E046161D13e362e
Octal26566216010626354766656
Binary1011010111011010001110010001101011011101100111110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5368E; }

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

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

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

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

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

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

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

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