Html Css Color HEX #B155BD Fuchsia

📋 copy color: '#B155BD'

red 177 ◦ green 85 ◦ blue 189

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

Shades of Fuchsia #B155BD

Tints of Fuchsia #B155BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.91%

R = 39.25%
G = 18.85%
B = 41.91%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B155BD (or 0xB155BD) is known color: Fuchsia. HEX triplet: B1, 55 and BD. RGB value is (177,85,189). Sum of RGB (Red+Green+Blue) = 177+85+189=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #B155BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155BD is #4EAA42. Grayscale: #7C7C7C. Windows color (decimal): -5155395 or 12408241. OLE color: 12408241.

HSL color Cylindrical-coordinate representation of color #B155BD: hue angle of 293.08º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B155BD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 85 189 -
CMYK 0.06 0.55 0 0.26
HSL 293.08º 0.44% 0.54% -
HSV(B) 293.08º 0.55% 0.74% -
XYZ 30.57 19.52 50.3 -
YUV 124.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 177 85 189 0.06 0.55 0 0.26 293.08 0.44 0.54
Hex B1 55 BD 6 37 0 1A 125 2C 36
Octal 261 125 275 6 67 0 32 445 54 66
Binary 10110001 1010101 10111101 110 110111 0 11010 100100101 101100 110110

Color Harmonies of #B155BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155BD

Black with #B155BD

Text Example


Text Example

White with #B155BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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