#b4228a

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

Shades of Medium Red Violet #B4228A

Tints of Medium Red Violet #B4228A

Color information

#B4228A (or 0xB4228A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 22 and 8A. RGB value is (180,34,138). Sum of RGB (Red+Green+Blue) = 180+34+138=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4228A is #4BDD75. Grayscale: #595959. Windows color (decimal): -4971894 or 9052852. OLE color: 9052852.

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

Color convert

RGB18034138-
CMYK00.810.230.29
HSL317.26º68.22%41.96%-
HSV(B)317.26º81.11%70.59%-
XYZ23.9812.6825.23-
YUV89.51155.37192.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 34 (13.67% from 255) = 9.66%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=51.14%
G=9.66%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803413800.810.230.29317.2668.2241.96
HexB4228A051171D13d442a
Octal264422120121273547510452
Binary10110100100010100010100101000110111111011001111011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4228a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4228a; }

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

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

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

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

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

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

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

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