#B54EB1

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

Shades of Fuchsia #B54EB1

Tints of Fuchsia #B54EB1

Color information

#B54EB1 (or 0xB54EB1) is unknown color: approx Fuchsia. HEX triplet: B5, 4E and B1. RGB value is (181,78,177). Sum of RGB (Red+Green+Blue) = 181+78+177=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B54EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54EB1 is #4AB14E. Grayscale: #777777. Windows color (decimal): -4895055 or 11620021. OLE color: 11620021.

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

Color convert

RGB18178177-
CMYK00.570.020.29
HSL302.33º41.04%50.78%-
HSV(B)302.33º56.91%70.98%-
XYZ29.7218.4543.59-
YUV120.08160.12171.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 78 (30.86% from 255) = 17.89%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=41.51%
G=17.89%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817817700.570.020.29302.3341.0450.78
HexB54EB103921D12e2933
Octal2651162610712354565163
Binary1011010110011101011000101110011011101100101110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54EB1; }

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

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

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

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

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

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

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

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