Html Css Color HEX #B159C0 Fuchsia

📋 copy color: '#B159C0'

red 177 ◦ green 89 ◦ blue 192

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

Shades of Fuchsia #B159C0

Tints of Fuchsia #B159C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.92%

R = 38.65%
G = 19.43%
B = 41.92%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B159C0 (or 0xB159C0) is known color: Fuchsia. HEX triplet: B1, 59 and C0. RGB value is (177,89,192). Sum of RGB (Red+Green+Blue) = 177+89+192=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #B159C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159C0 is #4EA63F. Grayscale: #7E7E7E. Windows color (decimal): -5154368 or 12605873. OLE color: 12605873.

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

Color convert

RGB 177 89 192 -
CMYK 0.08 0.54 0 0.25
HSL 291.26º 0.45% 0.55% -
HSV(B) 291.26º 0.54% 0.75% -
XYZ 31.22 20.3 52.14 -
YUV 127.05 164.65 163.62 -
System Red Green Blue C M Y K H S L
Decimal 177 89 192 0.08 0.54 0 0.25 291.26 0.45 0.55
Hex B1 59 C0 8 36 0 19 123 2D 37
Octal 261 131 300 10 66 0 31 443 55 67
Binary 10110001 1011001 11000000 1000 110110 0 11001 100100011 101101 110111

Color Harmonies of #B159C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159C0

Black with #B159C0

Text Example


Text Example

White with #B159C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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