#B43187

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

Shades of Medium Red Violet #B43187

Tints of Medium Red Violet #B43187

Color information

#B43187 (or 0xB43187) is unknown color: approx Medium Red Violet. HEX triplet: B4, 31 and 87. RGB value is (180,49,135). Sum of RGB (Red+Green+Blue) = 180+49+135=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B43187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43187 is #4BCE78. Grayscale: #616161. Windows color (decimal): -4968057 or 8860084. OLE color: 8860084.

HSL color Cylindrical-coordinate representation of color #B43187: hue angle of 320.61º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43187 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18049135-
CMYK00.730.250.29
HSL320.61º57.21%44.9%-
HSV(B)320.61º72.78%70.59%-
XYZ24.2913.6524.28-
YUV97.97148.9186.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 49 (19.53% from 255) = 13.46%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=49.45%
G=13.46%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804913500.730.250.29320.6157.2144.9
HexB43187049191D141392d
Octal26461207011131355017155
Binary1011010011000110000111010010011100111101101000001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43187; }

 p { color: rgb(180,49,135); }

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

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

 a { background-color: rgb(180,49,135); }

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

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

 span { border-color: rgb(180,49,135); }

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