#b4228d

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

Shades of Medium Red Violet #B4228D

Tints of Medium Red Violet #B4228D

Color information

#B4228D (or 0xB4228D) is unknown color: approx Medium Red Violet. HEX triplet: B4, 22 and 8D. RGB value is (180,34,141). Sum of RGB (Red+Green+Blue) = 180+34+141=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4228D is #4BDD72. Grayscale: #595959. Windows color (decimal): -4971891 or 9249460. OLE color: 9249460.

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

Color convert

RGB18034141-
CMYK00.810.220.29
HSL316.03º68.22%41.96%-
HSV(B)316.03º81.11%70.59%-
XYZ24.212.7726.39-
YUV89.85156.87192.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 34 (13.67% from 255) = 9.58%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=50.70%
G=9.58%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803414100.810.220.29316.0368.2241.96
HexB4228D051161D13c442a
Octal264422150121263547410452
Binary10110100100010100011010101000110110111011001111001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4228d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4228d; }

 p { color: rgb(180,34,141); }

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

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

 a { background-color: rgb(180,34,141); }

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

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

 span { border-color: rgb(180,34,141); }

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