#B129A9

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

Shades of Medium Red Violet #B129A9

Tints of Medium Red Violet #B129A9

Color information

#B129A9 (or 0xB129A9) is unknown color: approx Medium Red Violet. HEX triplet: B1, 29 and A9. RGB value is (177,41,169). Sum of RGB (Red+Green+Blue) = 177+41+169=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B129A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B129A9 is #4ED656. Grayscale: #5F5F5F. Windows color (decimal): -5166679 or 11086257. OLE color: 11086257.

HSL color Cylindrical-coordinate representation of color #B129A9: hue angle of 303.53º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B129A9 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17741169-
CMYK00.770.050.31
HSL303.53º62.39%42.75%-
HSV(B)303.53º76.84%69.41%-
XYZ26.0913.838.82-
YUV96.26169.06185.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 41 (16.41% from 255) = 10.59%
BLUE value IS 169 (66.41% from 255) = 43.67%
R=45.74%
G=10.59%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774116900.770.050.31303.5362.3942.75
HexB129A904D51F1303e2b
Octal2615125101155374607653
Binary10110001101001101010010100110110111111100110000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B129A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B129A9; }

 p { color: rgb(177,41,169); }

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

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

 a { background-color: rgb(177,41,169); }

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

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

 span { border-color: rgb(177,41,169); }

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