Html Css Color HEX #B159AF Fuchsia

📋 copy color: '#B159AF'

red 177 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #B159AF

Tints of Fuchsia #B159AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.18%

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 40.14%
G = 20.18%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B159AF (or 0xB159AF) is known color: Fuchsia. HEX triplet: B1, 59 and AF. RGB value is (177,89,175). Sum of RGB (Red+Green+Blue) = 177+89+175=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B159AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B159AF is #4EA650. Grayscale: #7C7C7C. Windows color (decimal): -5154385 or 11491761. OLE color: 11491761.

HSL color Cylindrical-coordinate representation of color #B159AF: hue angle of 301.36º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B159AF is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 175 -
CMYK 0 0.50 0.01 0.31
HSL 301.36º 0.36% 0.52% -
HSV(B) 301.36º 0.5% 0.69% -
XYZ 29.44 19.59 42.79 -
YUV 125.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 177 89 175 0 0.50 0.01 0.31 301.36 0.36 0.52
Hex B1 59 AF 0 32 1 1F 12D 24 34
Octal 261 131 257 0 62 1 37 455 44 64
Binary 10110001 1011001 10101111 0 110010 1 11111 100101101 100100 110100

Color Harmonies of #B159AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159AF

Black with #B159AF

Text Example


Text Example

White with #B159AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159AF; }

 p { color: rgb(177,89,175); }

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

background-color css

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

 a { background-color: rgb(177,89,175); }

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

border-color css

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

 span { border-color: rgb(177,89,175); }

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