#B546BD

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

Shades of Fuchsia #B546BD

Tints of Fuchsia #B546BD

Color information

#B546BD (or 0xB546BD) is unknown color: approx Fuchsia. HEX triplet: B5, 46 and BD. RGB value is (181,70,189). Sum of RGB (Red+Green+Blue) = 181+70+189=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #B546BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B546BD is #4AB942. Grayscale: #747474. Windows color (decimal): -4897091 or 12404405. OLE color: 12404405.

HSL color Cylindrical-coordinate representation of color #B546BD: hue angle of 295.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B546BD is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18170189-
CMYK0.040.6300.26
HSL295.97º47.41%50.78%-
HSV(B)295.97º62.96%74.12%-
XYZ30.4317.8849.99-
YUV116.76168.77173.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 70 (27.73% from 255) = 15.91%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=41.14%
G=15.91%
B=42.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181701890.040.6300.26295.9747.4150.78
HexB546BD43F01A1282f33
Octal2651062754770324505763
Binary10110101100011010111101100111111011010100101000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B546BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B546BD; }

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

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

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

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

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

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

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

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