#B54DBE

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

Shades of Fuchsia #B54DBE

Tints of Fuchsia #B54DBE

Color information

#B54DBE (or 0xB54DBE) is unknown color: approx Fuchsia. HEX triplet: B5, 4D and BE. RGB value is (181,77,190). Sum of RGB (Red+Green+Blue) = 181+77+190=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #B54DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DBE is #4AB241. Grayscale: #787878. Windows color (decimal): -4895298 or 12471733. OLE color: 12471733.

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

Color convert

RGB18177190-
CMYK0.050.5900.25
HSL295.22º46.5%52.35%-
HSV(B)295.22º59.47%74.51%-
XYZ3118.8550.72-
YUV120.98166.96170.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=40.40%
G=17.19%
B=42.41%

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
Decimal181771900.050.5900.25295.2246.552.35
HexB54DBE53B0191272f34
Octal2651152765730314475764
Binary10110101100110110111110101111011011001100100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54DBE; }

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

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

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

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

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

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

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

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