#b54fb0

Color #B54FB0 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B54FB0

Tints of Fuchsia #B54FB0

Color information

#B54FB0 (or 0xB54FB0) is unknown color: approx Fuchsia. HEX triplet: B5, 4F and B0. RGB value is (181,79,176). Sum of RGB (Red+Green+Blue) = 181+79+176=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B54FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54FB0 is #4AB04F. Grayscale: #787878. Windows color (decimal): -4894800 or 11554741. OLE color: 11554741.

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

Color convert

RGB18179176-
CMYK00.560.030.29
HSL302.94º40.8%50.98%-
HSV(B)302.94º56.35%70.98%-
XYZ29.6918.5543.09-
YUV120.56159.29171.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 79 (31.25% from 255) = 18.12%
BLUE value IS 176 (69.14% from 255) = 40.37%
R=41.51%
G=18.12%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817917600.560.030.29302.9440.850.98
HexB54FB003831D12f2933
Octal2651172600703354575163
Binary1011010110011111011000001110001111101100101111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54fb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54fb0; }

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

 H1.HeaderClassName
 {
   color: #b54fb0;
 }
 .AnyTagClassName
 {
   color: #b54fb0;
 }
</style>
background-color css

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

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

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

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

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

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