#B4148B

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

Shades of Medium Violet Red #B4148B

Tints of Medium Violet Red #B4148B

Color information

#B4148B (or 0xB4148B) is unknown color: approx Medium Violet Red. HEX triplet: B4, 14 and 8B. RGB value is (180,20,139). Sum of RGB (Red+Green+Blue) = 180+20+139=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4148B is #4BEB74. Grayscale: #515151. Windows color (decimal): -4975477 or 9114804. OLE color: 9114804.

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

Color convert

RGB18020139-
CMYK00.890.230.29
HSL315.38º80%39.22%-
HSV(B)315.38º88.89%70.59%-
XYZ23.7312.0725.5-
YUV81.41160.51198.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 20 (8.20% from 255) = 5.90%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=53.10%
G=5.90%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802013900.890.230.29315.388039.22
HexB4148B059171D13b5027
Octal264242130131273547312047
Binary1011010010100100010110101100110111111011001110111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4148B; }

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

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

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

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

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

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

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

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