#b5239e

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

Shades of Medium Red Violet #B5239E

Tints of Medium Red Violet #B5239E

Color information

#B5239E (or 0xB5239E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 23 and 9E. RGB value is (181,35,158). Sum of RGB (Red+Green+Blue) = 181+35+158=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5239E is #4ADC61. Grayscale: #5C5C5C. Windows color (decimal): -4906082 or 10363829. OLE color: 10363829.

HSL color Cylindrical-coordinate representation of color #B5239E: hue angle of 309.45º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5239E is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18135158-
CMYK00.810.130.29
HSL309.45º67.59%42.35%-
HSV(B)309.45º80.66%70.98%-
XYZ25.8313.4933.59-
YUV92.68164.87191-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 35 (14.06% from 255) = 9.36%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=48.40%
G=9.36%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813515800.810.130.29309.4567.5942.35
HexB5239E051D1D135442a
Octal265432360121153546510452
Binary1011010110001110011110010100011101111011001101011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5239e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5239e; }

 p { color: rgb(181,35,158); }

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

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

 a { background-color: rgb(181,35,158); }

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

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

 span { border-color: rgb(181,35,158); }

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