#b5236e

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

Shades of Medium Red Violet #B5236E

Tints of Medium Red Violet #B5236E

Color information

#B5236E (or 0xB5236E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 23 and 6E. RGB value is (181,35,110). Sum of RGB (Red+Green+Blue) = 181+35+110=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5236E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5236E is #4ADC91. Grayscale: #575757. Windows color (decimal): -4906130 or 7218101. OLE color: 7218101.

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

Color convert

RGB18135110-
CMYK00.810.390.29
HSL329.18º67.59%42.35%-
HSV(B)329.18º80.66%70.98%-
XYZ22.4712.1515.91-
YUV87.2140.87194.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 35 (14.06% from 255) = 10.74%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=55.52%
G=10.74%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813511000.810.390.29329.1867.5942.35
HexB5236E051271D149442a
Octal265431560121473551110452
Binary10110101100011110111001010001100111111011010010011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5236e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5236e; }

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

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

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

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

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

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

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

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