#B129AA

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

Shades of Medium Red Violet #B129AA

Tints of Medium Red Violet #B129AA

Color information

#B129AA (or 0xB129AA) is unknown color: approx Medium Red Violet. HEX triplet: B1, 29 and AA. RGB value is (177,41,170). Sum of RGB (Red+Green+Blue) = 177+41+170=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B129AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B129AA is #4ED655. Grayscale: #5F5F5F. Windows color (decimal): -5166678 or 11151793. OLE color: 11151793.

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

Color convert

RGB17741170-
CMYK00.770.040.31
HSL303.09º62.39%42.75%-
HSV(B)303.09º76.84%69.41%-
XYZ26.1813.8439.32-
YUV96.37169.56185.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 41 (16.41% from 255) = 10.57%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=45.62%
G=10.57%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774117000.770.040.31303.0962.3942.75
HexB129AA04D41F12f3e2b
Octal2615125201154374577653
Binary10110001101001101010100100110110011111100101111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B129AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B129AA; }

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

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

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

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

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

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

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

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