#B5368D

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

Shades of Medium Red Violet #B5368D

Tints of Medium Red Violet #B5368D

Color information

#B5368D (or 0xB5368D) is unknown color: approx Medium Red Violet. HEX triplet: B5, 36 and 8D. RGB value is (181,54,141). Sum of RGB (Red+Green+Blue) = 181+54+141=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5368D is #4AC972. Grayscale: #656565. Windows color (decimal): -4901235 or 9254581. OLE color: 9254581.

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

Color convert

RGB18154141-
CMYK00.700.220.29
HSL318.9º54.04%46.08%-
HSV(B)318.9º70.17%70.98%-
XYZ25.1814.3926.65-
YUV101.89150.08184.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 54 (21.48% from 255) = 14.36%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=48.14%
G=14.36%
B=37.5%

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
Decimal1815414100.700.220.29318.954.0446.08
HexB5368D046161D13f362e
Octal26566215010626354776656
Binary1011010111011010001101010001101011011101100111111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5368D; }

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

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

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

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

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

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

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

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