Html Css Color HEX #B155C0 Fuchsia

📋 copy color: '#B155C0'

red 177 ◦ green 85 ◦ blue 192

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

Shades of Fuchsia #B155C0

Tints of Fuchsia #B155C0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.72%

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

R = 38.99%
G = 18.72%
B = 42.29%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B155C0 (or 0xB155C0) is known color: Fuchsia. HEX triplet: B1, 55 and C0. RGB value is (177,85,192). Sum of RGB (Red+Green+Blue) = 177+85+192=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #B155C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155C0 is #4EAA3F. Grayscale: #7C7C7C. Windows color (decimal): -5155392 or 12604849. OLE color: 12604849.

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

Color convert

RGB 177 85 192 -
CMYK 0.08 0.56 0 0.25
HSL 291.59º 0.46% 0.54% -
HSV(B) 291.59º 0.56% 0.75% -
XYZ 30.89 19.65 52.03 -
YUV 124.71 165.98 165.3 -
System Red Green Blue C M Y K H S L
Decimal 177 85 192 0.08 0.56 0 0.25 291.59 0.46 0.54
Hex B1 55 C0 8 38 0 19 124 2E 36
Octal 261 125 300 10 70 0 31 444 56 66
Binary 10110001 1010101 11000000 1000 111000 0 11001 100100100 101110 110110

Color Harmonies of #B155C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155C0

Black with #B155C0

Text Example


Text Example

White with #B155C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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