Html Css Color HEX #B158C0 Fuchsia

📋 copy color: '#B158C0'

red 177 ◦ green 88 ◦ blue 192

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

Shades of Fuchsia #B158C0

Tints of Fuchsia #B158C0

RGB

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

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

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

R = 38.73%
G = 19.26%
B = 42.01%

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

#B158C0 (or 0xB158C0) is known color: Fuchsia. HEX triplet: B1, 58 and C0. RGB value is (177,88,192). Sum of RGB (Red+Green+Blue) = 177+88+192=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #B158C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158C0 is #4EA73F. Grayscale: #7E7E7E. Windows color (decimal): -5154624 or 12605617. OLE color: 12605617.

HSL color Cylindrical-coordinate representation of color #B158C0: hue angle of 291.35º 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 #B158C0 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 88 192 -
CMYK 0.08 0.54 0 0.25
HSL 291.35º 0.45% 0.55% -
HSV(B) 291.35º 0.54% 0.75% -
XYZ 31.14 20.13 52.11 -
YUV 126.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 177 88 192 0.08 0.54 0 0.25 291.35 0.45 0.55
Hex B1 58 C0 8 36 0 19 123 2D 37
Octal 261 130 300 10 66 0 31 443 55 67
Binary 10110001 1011000 11000000 1000 110110 0 11001 100100011 101101 110111

Color Harmonies of #B158C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158C0

Black with #B158C0

Text Example


Text Example

White with #B158C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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