#b2237e

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

Shades of Medium Red Violet #B2237E

Tints of Medium Red Violet #B2237E

Color information

#B2237E (or 0xB2237E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 23 and 7E. RGB value is (178,35,126). Sum of RGB (Red+Green+Blue) = 178+35+126=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2237E is #4DDC81. Grayscale: #575757. Windows color (decimal): -5102722 or 8266674. OLE color: 8266674.

HSL color Cylindrical-coordinate representation of color #B2237E: hue angle of 321.82º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2237E is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB17835126-
CMYK00.800.290.30
HSL321.82º67.14%41.76%-
HSV(B)321.82º80.34%69.8%-
XYZ22.7312.1720.89-
YUV88.13149.38192.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.51%
GREEN value IS 35 (14.06% from 255) = 10.32%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=52.51%
G=10.32%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783512600.800.290.30321.8267.1441.76
HexB2237E0501D1E142432a
Octal262431760120353650210352
Binary1011001010001111111100101000011101111101010000101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2237e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2237e; }

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

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

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

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

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

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

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

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