Html Css Color HEX #B054B5 Fuchsia

📋 copy color: '#B054B5'

red 176 ◦ green 84 ◦ blue 181

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

Shades of Fuchsia #B054B5

Tints of Fuchsia #B054B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.04%

R = 39.91%
G = 19.05%
B = 41.04%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B054B5 (or 0xB054B5) is known color: Fuchsia. HEX triplet: B0, 54 and B5. RGB value is (176,84,181). Sum of RGB (Red+Green+Blue) = 176+84+181=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #B054B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054B5 is #4FAB4A. Grayscale: #7A7A7A. Windows color (decimal): -5221195 or 11883696. OLE color: 11883696.

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

Color convert

RGB 176 84 181 -
CMYK 0.03 0.54 0 0.29
HSL 296.91º 0.4% 0.52% -
HSV(B) 296.91º 0.54% 0.71% -
XYZ 29.42 18.91 45.82 -
YUV 122.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 176 84 181 0.03 0.54 0 0.29 296.91 0.4 0.52
Hex B0 54 B5 3 36 0 1D 129 28 34
Octal 260 124 265 3 66 0 35 451 50 64
Binary 10110000 1010100 10110101 11 110110 0 11101 100101001 101000 110100

Color Harmonies of #B054B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054B5

Black with #B054B5

Text Example


Text Example

White with #B054B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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