#B5237E

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

Shades of Medium Red Violet #B5237E

Tints of Medium Red Violet #B5237E

Color information

#B5237E (or 0xB5237E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 23 and 7E. RGB value is (181,35,126). Sum of RGB (Red+Green+Blue) = 181+35+126=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5237E is #4ADC81. Grayscale: #585858. Windows color (decimal): -4906114 or 8266677. OLE color: 8266677.

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

Color convert

RGB18135126-
CMYK00.810.300.29
HSL322.6º67.59%42.35%-
HSV(B)322.6º80.66%70.98%-
XYZ23.4212.5320.92-
YUV89.03148.87193.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 35 (14.06% from 255) = 10.23%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=52.92%
G=10.23%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813512600.810.300.29322.667.5942.35
HexB5237E0511E1D143442a
Octal265431760121363550310452
Binary1011010110001111111100101000111110111011010000111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5237E; }

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

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

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

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

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

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

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

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