#B546B1

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

Shades of Fuchsia #B546B1

Tints of Fuchsia #B546B1

Color information

#B546B1 (or 0xB546B1) is unknown color: approx Fuchsia. HEX triplet: B5, 46 and B1. RGB value is (181,70,177). Sum of RGB (Red+Green+Blue) = 181+70+177=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B546B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B546B1 is #4AB94E. Grayscale: #737373. Windows color (decimal): -4897103 or 11617973. OLE color: 11617973.

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

Color convert

RGB18170177-
CMYK00.610.020.29
HSL302.16º44.22%49.22%-
HSV(B)302.16º61.33%70.98%-
XYZ29.1817.3843.41-
YUV115.39162.77174.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 70 (27.73% from 255) = 16.36%
BLUE value IS 177 (69.53% from 255) = 41.36%
R=42.29%
G=16.36%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817017700.610.020.29302.1644.2249.22
HexB546B103D21D12e2c31
Octal2651062610752354565461
Binary1011010110001101011000101111011011101100101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B546B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B546B1; }

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

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

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

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

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

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

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

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