#B54EBE

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

Shades of Fuchsia #B54EBE

Tints of Fuchsia #B54EBE

Color information

#B54EBE (or 0xB54EBE) is unknown color: approx Fuchsia. HEX triplet: B5, 4E and BE. RGB value is (181,78,190). Sum of RGB (Red+Green+Blue) = 181+78+190=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #B54EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EBE is #4AB141. Grayscale: #797979. Windows color (decimal): -4895042 or 12471989. OLE color: 12471989.

HSL color Cylindrical-coordinate representation of color #B54EBE: hue angle of 295.18º degrees, saturation: 0.46, 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 #B54EBE is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18178190-
CMYK0.050.5900.25
HSL295.18º46.28%52.55%-
HSV(B)295.18º58.95%74.51%-
XYZ31.0718.9950.74-
YUV121.56166.62170.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=40.31%
G=17.37%
B=42.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181781900.050.5900.25295.1846.2852.55
HexB54EBE53B0191272e35
Octal2651162765730314475665
Binary10110101100111010111110101111011011001100100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54EBE; }

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

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

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

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

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

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

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

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