Html Css Color HEX #B129AA Medium Red Violet

📋 copy color: '#B129AA'

red 177 ◦ green 41 ◦ blue 170

#B129AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B129AA

Tints of Medium Red Violet #B129AA

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.8% from 255) = 43.81%

R = 45.62%
G = 10.57%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B129AA (or 0xB129AA) is known color: 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

RGB 177 41 170 -
CMYK 0 0.77 0.04 0.31
HSL 303.09º 0.62% 0.43% -
HSV(B) 303.09º 0.77% 0.69% -
XYZ 26.18 13.84 39.32 -
YUV 96.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 177 41 170 0 0.77 0.04 0.31 303.09 0.62 0.43
Hex B1 29 AA 0 4D 4 1F 12F 3E 2B
Octal 261 51 252 0 115 4 37 457 76 53
Binary 10110001 101001 10101010 0 1001101 100 11111 100101111 111110 101011

Color Harmonies of #B129AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129AA

Black with #B129AA

Text Example


Text Example

White with #B129AA

Text Example


Text Example

HTML Codes & Css Web 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>