#b542a5

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

Shades of Fuchsia #B542A5

Tints of Fuchsia #B542A5

Color information

#B542A5 (or 0xB542A5) is unknown color: approx Fuchsia. HEX triplet: B5, 42 and A5. RGB value is (181,66,165). Sum of RGB (Red+Green+Blue) = 181+66+165=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B542A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B542A5 is #4ABD5A. Grayscale: #6F6F6F. Windows color (decimal): -4898139 or 10830517. OLE color: 10830517.

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

Color convert

RGB18166165-
CMYK00.640.090.29
HSL308.35º46.56%48.43%-
HSV(B)308.35º63.54%70.98%-
XYZ27.816.4437.3-
YUV111.67158.1177.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 66 (26.17% from 255) = 16.02%
BLUE value IS 165 (64.84% from 255) = 40.05%
R=43.93%
G=16.02%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816616500.640.090.29308.3546.5648.43
HexB542A504091D1342f30
Octal265102245010011354645760
Binary1011010110000101010010101000000100111101100110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b542a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b542a5; }

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

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

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

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

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

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

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

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