#B5367E

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

Shades of Medium Red Violet #B5367E

Tints of Medium Red Violet #B5367E

Color information

#B5367E (or 0xB5367E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 36 and 7E. RGB value is (181,54,126). Sum of RGB (Red+Green+Blue) = 181+54+126=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5367E is #4AC981. Grayscale: #646464. Windows color (decimal): -4901250 or 8271541. OLE color: 8271541.

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

Color convert

RGB18154126-
CMYK00.700.300.29
HSL325.98º54.04%46.08%-
HSV(B)325.98º70.17%70.98%-
XYZ24.1413.9721.16-
YUV100.18142.58185.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 54 (21.48% from 255) = 14.96%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=50.14%
G=14.96%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815412600.700.300.29325.9854.0446.08
HexB5367E0461E1D146362e
Octal26566176010636355066656
Binary101101011101101111110010001101111011101101000110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5367E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5367E; }

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

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

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

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

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

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

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

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