#B540BE

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

Shades of Fuchsia #B540BE

Tints of Fuchsia #B540BE

Color information

#B540BE (or 0xB540BE) is unknown color: approx Fuchsia. HEX triplet: B5, 40 and BE. RGB value is (181,64,190). Sum of RGB (Red+Green+Blue) = 181+64+190=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #B540BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540BE is #4ABF41. Grayscale: #707070. Windows color (decimal): -4898626 or 12468405. OLE color: 12468405.

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

Color convert

RGB18164190-
CMYK0.050.6600.25
HSL295.71º49.61%49.8%-
HSV(B)295.71º66.32%74.51%-
XYZ30.1817.2150.45-
YUV113.35171.26176.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 64 (25.39% from 255) = 14.71%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=41.61%
G=14.71%
B=43.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181641900.050.6600.25295.7149.6149.8
HexB540BE5420191283232
Octal26510027651020314506262
Binary101101011000000101111101011000010011001100101000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B540BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B540BE; }

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

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

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

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

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

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

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

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