#B54EC0

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

Shades of Fuchsia #B54EC0

Tints of Fuchsia #B54EC0

Color information

#B54EC0 (or 0xB54EC0) is unknown color: approx Fuchsia. HEX triplet: B5, 4E and C0. RGB value is (181,78,192). Sum of RGB (Red+Green+Blue) = 181+78+192=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #B54EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EC0 is #4AB13F. Grayscale: #797979. Windows color (decimal): -4895040 or 12603061. OLE color: 12603061.

HSL color Cylindrical-coordinate representation of color #B54EC0: hue angle of 294.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54EC0 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18178192-
CMYK0.060.5900.25
HSL294.21º47.5%52.94%-
HSV(B)294.21º59.38%75.29%-
XYZ31.2919.0851.9-
YUV121.79167.62170.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 78 (30.86% from 255) = 17.29%
BLUE value IS 192 (75.39% from 255) = 42.57%
R=40.13%
G=17.29%
B=42.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181781920.060.5900.25294.2147.552.94
HexB54EC063B0191263035
Octal2651163006730314466065
Binary10110101100111011000000110111011011001100100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54EC0; }

 p { color: rgb(181,78,192); }

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

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

 a { background-color: rgb(181,78,192); }

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

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

 span { border-color: rgb(181,78,192); }

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