Html Css Color HEX #B155BE Fuchsia

📋 copy color: '#B155BE'

red 177 ◦ green 85 ◦ blue 190

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

Shades of Fuchsia #B155BE

Tints of Fuchsia #B155BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 39.16%
G = 18.81%
B = 42.04%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B155BE (or 0xB155BE) is known color: Fuchsia. HEX triplet: B1, 55 and BE. RGB value is (177,85,190). Sum of RGB (Red+Green+Blue) = 177+85+190=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #B155BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155BE is #4EAA41. Grayscale: #7C7C7C. Windows color (decimal): -5155394 or 12473777. OLE color: 12473777.

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

Color convert

RGB 177 85 190 -
CMYK 0.07 0.55 0 0.25
HSL 292.57º 0.45% 0.54% -
HSV(B) 292.57º 0.55% 0.75% -
XYZ 30.67 19.56 50.87 -
YUV 124.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 177 85 190 0.07 0.55 0 0.25 292.57 0.45 0.54
Hex B1 55 BE 7 37 0 19 125 2D 36
Octal 261 125 276 7 67 0 31 445 55 66
Binary 10110001 1010101 10111110 111 110111 0 11001 100100101 101101 110110

Color Harmonies of #B155BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155BE

Black with #B155BE

Text Example


Text Example

White with #B155BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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