#B547B3

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

Shades of Fuchsia #B547B3

Tints of Fuchsia #B547B3

Color information

#B547B3 (or 0xB547B3) is unknown color: approx Fuchsia. HEX triplet: B5, 47 and B3. RGB value is (181,71,179). Sum of RGB (Red+Green+Blue) = 181+71+179=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B547B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547B3 is #4AB84C. Grayscale: #737373. Windows color (decimal): -4896845 or 11749301. OLE color: 11749301.

HSL color Cylindrical-coordinate representation of color #B547B3: hue angle of 301.09º 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 #B547B3 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18171179-
CMYK00.610.010.29
HSL301.09º43.65%49.41%-
HSV(B)301.09º60.77%70.98%-
XYZ29.4517.5844.49-
YUV116.2163.44174.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 71 (28.12% from 255) = 16.47%
BLUE value IS 179 (70.31% from 255) = 41.53%
R=42.00%
G=16.47%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817117900.610.010.29301.0943.6549.41
HexB547B303D11D12d2c31
Octal2651072630751354555461
Binary101101011000111101100110111101111101100101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B547B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B547B3; }

 p { color: rgb(181,71,179); }

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

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

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

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

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

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

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