Html Css Color HEX #B054B1 Fuchsia

📋 copy color: '#B054B1'

red 176 ◦ green 84 ◦ blue 177

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

Shades of Fuchsia #B054B1

Tints of Fuchsia #B054B1

RGB

 RED value IS 176 (69.14% from 255) = 40.27%

 GREEN value IS 84 (33.2% from 255) = 19.22%

 BLUE value IS 177 (69.53% from 255) = 40.5%

R = 40.27%
G = 19.22%
B = 40.5%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B054B1 (or 0xB054B1) is known color: Fuchsia. HEX triplet: B0, 54 and B1. RGB value is (176,84,177). Sum of RGB (Red+Green+Blue) = 176+84+177=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 177 - color contains mainly: blue. Hex color #B054B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B054B1 is #4FAB4E. Grayscale: #797979. Windows color (decimal): -5221199 or 11621552. OLE color: 11621552.

HSL color Cylindrical-coordinate representation of color #B054B1: hue angle of 299.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B054B1 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 177 -
CMYK 0.01 0.53 0 0.31
HSL 299.35º 0.37% 0.51% -
HSV(B) 299.35º 0.53% 0.69% -
XYZ 29.01 18.75 43.68 -
YUV 122.11 158.98 166.44 -
System Red Green Blue C M Y K H S L
Decimal 176 84 177 0.01 0.53 0 0.31 299.35 0.37 0.51
Hex B0 54 B1 1 35 0 1F 12B 25 33
Octal 260 124 261 1 65 0 37 453 45 63
Binary 10110000 1010100 10110001 1 110101 0 11111 100101011 100101 110011

Color Harmonies of #B054B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054B1

Black with #B054B1

Text Example


Text Example

White with #B054B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054B1; }

 p { color: rgb(176,84,177); }

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

background-color css

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

 a { background-color: rgb(176,84,177); }

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

border-color css

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

 span { border-color: rgb(176,84,177); }

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