#B4149B

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

Shades of Medium Violet Red #B4149B

Tints of Medium Violet Red #B4149B

Color information

#B4149B (or 0xB4149B) is unknown color: approx Medium Violet Red. HEX triplet: B4, 14 and 9B. RGB value is (180,20,155). Sum of RGB (Red+Green+Blue) = 180+20+155=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4149B is #4BEB64. Grayscale: #525252. Windows color (decimal): -4975461 or 10163380. OLE color: 10163380.

HSL color Cylindrical-coordinate representation of color #B4149B: hue angle of 309.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4149B is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18020155-
CMYK00.890.140.29
HSL309.38º80%39.22%-
HSV(B)309.38º88.89%70.59%-
XYZ24.9912.5732.12-
YUV83.23168.51197.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 20 (8.20% from 255) = 5.63%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=50.70%
G=5.63%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802015500.890.140.29309.388039.22
HexB4149B059E1D1355027
Octal264242330131163546512047
Binary101101001010010011011010110011110111011001101011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4149B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4149B; }

 p { color: rgb(180,20,155); }

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

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

 a { background-color: rgb(180,20,155); }

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

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

 span { border-color: rgb(180,20,155); }

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