#B4129D

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

Shades of Medium Violet Red #B4129D

Tints of Medium Violet Red #B4129D

Color information

#B4129D (or 0xB4129D) is unknown color: approx Medium Violet Red. HEX triplet: B4, 12 and 9D. RGB value is (180,18,157). Sum of RGB (Red+Green+Blue) = 180+18+157=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4129D is #4BED62. Grayscale: #515151. Windows color (decimal): -4975971 or 10293940. OLE color: 10293940.

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

Color convert

RGB18018157-
CMYK00.90.130.29
HSL308.52º81.82%38.82%-
HSV(B)308.52º90%70.59%-
XYZ25.1212.5733-
YUV82.28170.17197.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 18 (7.42% from 255) = 5.07%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=50.70%
G=5.07%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801815700.90.130.29308.5281.8238.82
HexB4129D05AD1D1355227
Octal264222350132153546512247
Binary101101001001010011101010110101101111011001101011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4129D; }

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

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

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

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

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

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

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

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