#B4127C

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

Shades of Medium Violet Red #B4127C

Tints of Medium Violet Red #B4127C

Color information

#B4127C (or 0xB4127C) is unknown color: approx Medium Violet Red. HEX triplet: B4, 12 and 7C. RGB value is (180,18,124). Sum of RGB (Red+Green+Blue) = 180+18+124=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4127C is #4BED83. Grayscale: #4E4E4E. Windows color (decimal): -4976004 or 8131252. OLE color: 8131252.

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

Color convert

RGB18018124-
CMYK00.90.310.29
HSL320.74º81.82%38.82%-
HSV(B)320.74º90%70.59%-
XYZ22.6811.5920.11-
YUV78.52153.67200.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 18 (7.42% from 255) = 5.59%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=55.90%
G=5.59%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801812400.90.310.29320.7481.8238.82
HexB4127C05A1F1D1415227
Octal264221740132373550112247
Binary101101001001011111000101101011111111011010000011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4127C; }

 p { color: rgb(180,18,124); }

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

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

 a { background-color: rgb(180,18,124); }

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

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

 span { border-color: rgb(180,18,124); }

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