Html Css Color HEX #B155B9 Fuchsia

📋 copy color: '#B155B9'

red 177 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #B155B9

Tints of Fuchsia #B155B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 39.6%
G = 19.02%
B = 41.39%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B155B9 (or 0xB155B9) is known color: Fuchsia. HEX triplet: B1, 55 and B9. RGB value is (177,85,185). Sum of RGB (Red+Green+Blue) = 177+85+185=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #B155B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155B9 is #4EAA46. Grayscale: #7B7B7B. Windows color (decimal): -5155399 or 12146097. OLE color: 12146097.

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

Color convert

RGB 177 85 185 -
CMYK 0.04 0.54 0 0.27
HSL 295.2º 0.42% 0.53% -
HSV(B) 295.2º 0.54% 0.73% -
XYZ 30.14 19.35 48.04 -
YUV 123.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 177 85 185 0.04 0.54 0 0.27 295.2 0.42 0.53
Hex B1 55 B9 4 36 0 1B 127 2A 35
Octal 261 125 271 4 66 0 33 447 52 65
Binary 10110001 1010101 10111001 100 110110 0 11011 100100111 101010 110101

Color Harmonies of #B155B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155B9

Black with #B155B9

Text Example


Text Example

White with #B155B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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