#B549BD

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

Shades of Fuchsia #B549BD

Tints of Fuchsia #B549BD

Color information

#B549BD (or 0xB549BD) is unknown color: approx Fuchsia. HEX triplet: B5, 49 and BD. RGB value is (181,73,189). Sum of RGB (Red+Green+Blue) = 181+73+189=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #B549BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549BD is #4AB642. Grayscale: #767676. Windows color (decimal): -4896323 or 12405173. OLE color: 12405173.

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

Color convert

RGB18173189-
CMYK0.040.6100.26
HSL295.86º46.77%51.37%-
HSV(B)295.86º61.38%74.12%-
XYZ30.6218.2650.06-
YUV118.52167.78172.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=40.86%
G=16.48%
B=42.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181731890.040.6100.26295.8646.7751.37
HexB549BD43D01A1282f33
Octal2651112754750324505763
Binary10110101100100110111101100111101011010100101000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B549BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B549BD; }

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

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

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

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

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

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

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

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