#B54EBA

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

Shades of Fuchsia #B54EBA

Tints of Fuchsia #B54EBA

Color information

#B54EBA (or 0xB54EBA) is unknown color: approx Fuchsia. HEX triplet: B5, 4E and BA. RGB value is (181,78,186). Sum of RGB (Red+Green+Blue) = 181+78+186=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #B54EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EBA is #4AB145. Grayscale: #787878. Windows color (decimal): -4895046 or 12209845. OLE color: 12209845.

HSL color Cylindrical-coordinate representation of color #B54EBA: hue angle of 297.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54EBA is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18178186-
CMYK0.030.5800.27
HSL297.22º43.9%51.76%-
HSV(B)297.22º58.06%72.94%-
XYZ30.6418.8248.47-
YUV121.11164.62170.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 78 (30.86% from 255) = 17.53%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=40.67%
G=17.53%
B=41.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181781860.030.5800.27297.2243.951.76
HexB54EBA33A01B1292c34
Octal2651162723720334515464
Binary1011010110011101011101011111010011011100101001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54EBA; }

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

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

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

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

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

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

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

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