#B542AA

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

Shades of Fuchsia #B542AA

Tints of Fuchsia #B542AA

Color information

#B542AA (or 0xB542AA) is unknown color: approx Fuchsia. HEX triplet: B5, 42 and AA. RGB value is (181,66,170). Sum of RGB (Red+Green+Blue) = 181+66+170=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B542AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B542AA is #4ABD55. Grayscale: #6F6F6F. Windows color (decimal): -4898134 or 11158197. OLE color: 11158197.

HSL color Cylindrical-coordinate representation of color #B542AA: hue angle of 305.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B542AA is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18166170-
CMYK00.640.060.29
HSL305.74º46.56%48.43%-
HSV(B)305.74º63.54%70.98%-
XYZ28.2616.6239.75-
YUV112.24160.6177.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=43.41%
G=15.83%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816617000.640.060.29305.7446.5648.43
HexB542AA04061D1322f30
Octal26510225201006354625760
Binary101101011000010101010100100000011011101100110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B542AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B542AA; }

 p { color: rgb(181,66,170); }

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

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

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

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

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

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

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