#B545B5

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

Shades of Fuchsia #B545B5

Tints of Fuchsia #B545B5

Color information

#B545B5 (or 0xB545B5) is unknown color: approx Fuchsia. HEX triplet: B5, 45 and B5. RGB value is (181,69,181). Sum of RGB (Red+Green+Blue) = 181+69+181=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B545B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545B5 is #4ABA4A. Grayscale: #727272. Windows color (decimal): -4897355 or 11879861. OLE color: 11879861.

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

Color convert

RGB18169181-
CMYK00.6200.29
HSL300º44.8%49.02%-
HSV(B)300º61.88%70.98%-
XYZ29.5217.4245.52-
YUV115.26165.11174.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 181 (71.09% from 255) = 42.00%
R=42.00%
G=16.01%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816918100.6200.2930044.849.02
HexB545B503E01D12c2d31
Octal2651052650760354545561
Binary101101011000101101101010111110011101100101100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B545B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B545B5; }

 p { color: rgb(181,69,181); }

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

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

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

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

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

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

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