Html Css Color HEX #B157BB Fuchsia

📋 copy color: '#B157BB'

red 177 ◦ green 87 ◦ blue 187

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

Shades of Fuchsia #B157BB

Tints of Fuchsia #B157BB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.29%

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 39.25%
G = 19.29%
B = 41.46%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B157BB (or 0xB157BB) is known color: Fuchsia. HEX triplet: B1, 57 and BB. RGB value is (177,87,187). Sum of RGB (Red+Green+Blue) = 177+87+187=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #B157BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157BB is #4EA844. Grayscale: #7D7D7D. Windows color (decimal): -5154885 or 12277681. OLE color: 12277681.

HSL color Cylindrical-coordinate representation of color #B157BB: hue angle of 294º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B157BB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 87 187 -
CMYK 0.05 0.53 0 0.27
HSL 294º 0.42% 0.54% -
HSV(B) 294º 0.53% 0.73% -
XYZ 30.51 19.75 49.22 -
YUV 125.31 162.82 164.87 -
System Red Green Blue C M Y K H S L
Decimal 177 87 187 0.05 0.53 0 0.27 294 0.42 0.54
Hex B1 57 BB 5 35 0 1B 126 2A 36
Octal 261 127 273 5 65 0 33 446 52 66
Binary 10110001 1010111 10111011 101 110101 0 11011 100100110 101010 110110

Color Harmonies of #B157BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B157BB

Black with #B157BB

Text Example


Text Example

White with #B157BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B157BB; }

 p { color: rgb(177,87,187); }

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

background-color css

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

 a { background-color: rgb(177,87,187); }

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

border-color css

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

 span { border-color: rgb(177,87,187); }

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