Html Css Color HEX #B129AD Fuchsia

📋 copy color: '#B129AD'

red 177 ◦ green 41 ◦ blue 173

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

Shades of Fuchsia #B129AD

Tints of Fuchsia #B129AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 45.27%
G = 10.49%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B129AD (or 0xB129AD) is known color: Fuchsia. HEX triplet: B1, 29 and AD. RGB value is (177,41,173). Sum of RGB (Red+Green+Blue) = 177+41+173=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B129AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B129AD is #4ED652. Grayscale: #606060. Windows color (decimal): -5166675 or 11348401. OLE color: 11348401.

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

Color convert

RGB 177 41 173 -
CMYK 0 0.77 0.02 0.31
HSL 301.76º 0.62% 0.43% -
HSV(B) 301.76º 0.77% 0.69% -
XYZ 26.47 13.95 40.83 -
YUV 96.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 177 41 173 0 0.77 0.02 0.31 301.76 0.62 0.43
Hex B1 29 AD 0 4D 2 1F 12E 3E 2B
Octal 261 51 255 0 115 2 37 456 76 53
Binary 10110001 101001 10101101 0 1001101 10 11111 100101110 111110 101011

Color Harmonies of #B129AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129AD

Black with #B129AD

Text Example


Text Example

White with #B129AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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