Html Css Color HEX #B158BA Fuchsia

📋 copy color: '#B158BA'

red 177 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #B158BA

Tints of Fuchsia #B158BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.51%

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 39.25%
G = 19.51%
B = 41.24%

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

#B158BA (or 0xB158BA) is known color: Fuchsia. HEX triplet: B1, 58 and BA. RGB value is (177,88,186). Sum of RGB (Red+Green+Blue) = 177+88+186=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #B158BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158BA is #4EA745. Grayscale: #7D7D7D. Windows color (decimal): -5154630 or 12212401. OLE color: 12212401.

HSL color Cylindrical-coordinate representation of color #B158BA: hue angle of 294.49º 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 #B158BA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 88 186 -
CMYK 0.05 0.53 0 0.27
HSL 294.49º 0.42% 0.54% -
HSV(B) 294.49º 0.53% 0.73% -
XYZ 30.48 19.87 48.68 -
YUV 125.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 177 88 186 0.05 0.53 0 0.27 294.49 0.42 0.54
Hex B1 58 BA 5 35 0 1B 126 2A 36
Octal 261 130 272 5 65 0 33 446 52 66
Binary 10110001 1011000 10111010 101 110101 0 11011 100100110 101010 110110

Color Harmonies of #B158BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158BA

Black with #B158BA

Text Example


Text Example

White with #B158BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158BA; }

 p { color: rgb(177,88,186); }

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

background-color css

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

 a { background-color: rgb(177,88,186); }

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

border-color css

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

 span { border-color: rgb(177,88,186); }

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