Html Css Color HEX #B159BE Fuchsia

📋 copy color: '#B159BE'

red 177 ◦ green 89 ◦ blue 190

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

Shades of Fuchsia #B159BE

Tints of Fuchsia #B159BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 38.82%
G = 19.52%
B = 41.67%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B159BE (or 0xB159BE) is known color: Fuchsia. HEX triplet: B1, 59 and BE. RGB value is (177,89,190). Sum of RGB (Red+Green+Blue) = 177+89+190=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #B159BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159BE is #4EA641. Grayscale: #7E7E7E. Windows color (decimal): -5154370 or 12474801. OLE color: 12474801.

HSL color Cylindrical-coordinate representation of color #B159BE: hue angle of 292.28º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B159BE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 89 190 -
CMYK 0.07 0.53 0 0.25
HSL 292.28º 0.44% 0.55% -
HSV(B) 292.28º 0.53% 0.75% -
XYZ 31 20.21 50.98 -
YUV 126.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 177 89 190 0.07 0.53 0 0.25 292.28 0.44 0.55
Hex B1 59 BE 7 35 0 19 124 2C 37
Octal 261 131 276 7 65 0 31 444 54 67
Binary 10110001 1011001 10111110 111 110101 0 11001 100100100 101100 110111

Color Harmonies of #B159BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159BE

Black with #B159BE

Text Example


Text Example

White with #B159BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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