Html Css Color HEX #B155B7 Fuchsia

📋 copy color: '#B155B7'

red 177 ◦ green 85 ◦ blue 183

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

Shades of Fuchsia #B155B7

Tints of Fuchsia #B155B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 39.78%
G = 19.1%
B = 41.12%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B155B7 (or 0xB155B7) is known color: Fuchsia. HEX triplet: B1, 55 and B7. RGB value is (177,85,183). Sum of RGB (Red+Green+Blue) = 177+85+183=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 183 - color contains mainly: blue. Hex color #B155B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155B7 is #4EAA48. Grayscale: #7B7B7B. Windows color (decimal): -5155401 or 12015025. OLE color: 12015025.

HSL color Cylindrical-coordinate representation of color #B155B7: hue angle of 296.33º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B155B7 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 85 183 -
CMYK 0.03 0.54 0 0.28
HSL 296.33º 0.4% 0.53% -
HSV(B) 296.33º 0.54% 0.72% -
XYZ 29.93 19.26 46.94 -
YUV 123.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 177 85 183 0.03 0.54 0 0.28 296.33 0.4 0.53
Hex B1 55 B7 3 36 0 1C 128 28 35
Octal 261 125 267 3 66 0 34 450 50 65
Binary 10110001 1010101 10110111 11 110110 0 11100 100101000 101000 110101

Color Harmonies of #B155B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155B7

Black with #B155B7

Text Example


Text Example

White with #B155B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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