#B4129F

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

Shades of Medium Violet Red #B4129F

Tints of Medium Violet Red #B4129F

Color information

#B4129F (or 0xB4129F) is unknown color: approx Medium Violet Red. HEX triplet: B4, 12 and 9F. RGB value is (180,18,159). Sum of RGB (Red+Green+Blue) = 180+18+159=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4129F is #4BED60. Grayscale: #525252. Windows color (decimal): -4975969 or 10425012. OLE color: 10425012.

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

Color convert

RGB18018159-
CMYK00.90.120.29
HSL307.78º81.82%38.82%-
HSV(B)307.78º90%70.59%-
XYZ25.312.6433.91-
YUV82.51171.17197.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 18 (7.42% from 255) = 5.04%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=50.42%
G=5.04%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801815900.90.120.29307.7881.8238.82
HexB4129F05AC1D1345227
Octal264222370132143546412247
Binary101101001001010011111010110101100111011001101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4129F; }

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

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

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

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

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

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

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

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