#B540B1

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

Shades of Fuchsia #B540B1

Tints of Fuchsia #B540B1

Color information

#B540B1 (or 0xB540B1) is unknown color: approx Fuchsia. HEX triplet: B5, 40 and B1. RGB value is (181,64,177). Sum of RGB (Red+Green+Blue) = 181+64+177=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B540B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B540B1 is #4ABF4E. Grayscale: #6F6F6F. Windows color (decimal): -4898639 or 11616437. OLE color: 11616437.

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

Color convert

RGB18164177-
CMYK00.650.020.29
HSL302.05º47.76%48.04%-
HSV(B)302.05º64.64%70.98%-
XYZ28.8316.6643.29-
YUV111.86164.76177.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 64 (25.39% from 255) = 15.17%
BLUE value IS 177 (69.53% from 255) = 41.94%
R=42.89%
G=15.17%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816417700.650.020.29302.0547.7648.04
HexB540B104121D12e3030
Octal26510026101012354566060
Binary10110101100000010110001010000011011101100101110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B540B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B540B1; }

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

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

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

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

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

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

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

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