Html Css Color HEX #B155B4 Fuchsia

📋 copy color: '#B155B4'

red 177 ◦ green 85 ◦ blue 180

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

Shades of Fuchsia #B155B4

Tints of Fuchsia #B155B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.72%

R = 40.05%
G = 19.23%
B = 40.72%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B155B4 (or 0xB155B4) is known color: Fuchsia. HEX triplet: B1, 55 and B4. RGB value is (177,85,180). Sum of RGB (Red+Green+Blue) = 177+85+180=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #B155B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155B4 is #4EAA4B. Grayscale: #7B7B7B. Windows color (decimal): -5155404 or 11818417. OLE color: 11818417.

HSL color Cylindrical-coordinate representation of color #B155B4: hue angle of 298.11º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B155B4 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 85 180 -
CMYK 0.02 0.53 0 0.29
HSL 298.11º 0.39% 0.52% -
HSV(B) 298.11º 0.53% 0.71% -
XYZ 29.62 19.14 45.31 -
YUV 123.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 177 85 180 0.02 0.53 0 0.29 298.11 0.39 0.52
Hex B1 55 B4 2 35 0 1D 12A 27 34
Octal 261 125 264 2 65 0 35 452 47 64
Binary 10110001 1010101 10110100 10 110101 0 11101 100101010 100111 110100

Color Harmonies of #B155B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155B4

Black with #B155B4

Text Example


Text Example

White with #B155B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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