#B129A4

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

Shades of Medium Red Violet #B129A4

Tints of Medium Red Violet #B129A4

Color information

#B129A4 (or 0xB129A4) is unknown color: approx Medium Red Violet. HEX triplet: B1, 29 and A4. RGB value is (177,41,164). Sum of RGB (Red+Green+Blue) = 177+41+164=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B129A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B129A4 is #4ED65B. Grayscale: #5F5F5F. Windows color (decimal): -5166684 or 10758577. OLE color: 10758577.

HSL color Cylindrical-coordinate representation of color #B129A4: hue angle of 305.74º 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 #B129A4 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17741164-
CMYK00.770.070.31
HSL305.74º62.39%42.75%-
HSV(B)305.74º76.84%69.41%-
XYZ25.6313.6136.4-
YUV95.69166.56186-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 41 (16.41% from 255) = 10.73%
BLUE value IS 164 (64.45% from 255) = 42.93%
R=46.34%
G=10.73%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774116400.770.070.31305.7462.3942.75
HexB129A404D71F1323e2b
Octal2615124401157374627653
Binary10110001101001101001000100110111111111100110010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B129A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B129A4; }

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

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

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

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

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

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

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

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