Html Css Color HEX #B129A8 Medium Red Violet

📋 copy color: '#B129A8'

red 177 ◦ green 41 ◦ blue 168

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

Shades of Medium Red Violet #B129A8

Tints of Medium Red Violet #B129A8

RGB

 RED value IS 177 (69.53% from 255) = 45.85%

 GREEN value IS 41 (16.41% from 255) = 10.62%

 BLUE value IS 168 (66.02% from 255) = 43.52%

R = 45.85%
G = 10.62%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B129A8 (or 0xB129A8) is known color: Medium Red Violet. HEX triplet: B1, 29 and A8. RGB value is (177,41,168). Sum of RGB (Red+Green+Blue) = 177+41+168=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B129A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B129A8 is #4ED657. Grayscale: #5F5F5F. Windows color (decimal): -5166680 or 11020721. OLE color: 11020721.

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

Color convert

RGB 177 41 168 -
CMYK 0 0.77 0.05 0.31
HSL 303.97º 0.62% 0.43% -
HSV(B) 303.97º 0.77% 0.69% -
XYZ 25.99 13.76 38.33 -
YUV 96.14 168.56 185.67 -
System Red Green Blue C M Y K H S L
Decimal 177 41 168 0 0.77 0.05 0.31 303.97 0.62 0.43
Hex B1 29 A8 0 4D 5 1F 130 3E 2B
Octal 261 51 250 0 115 5 37 460 76 53
Binary 10110001 101001 10101000 0 1001101 101 11111 100110000 111110 101011

Color Harmonies of #B129A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129A8

Black with #B129A8

Text Example


Text Example

White with #B129A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129A8; }

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

 H1.HeaderClassName
 {
   color: #B129A8;
 }
 .AnyTagClassName
 {
   color: #B129A8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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