#B53AAA

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

Shades of Fuchsia #B53AAA

Tints of Fuchsia #B53AAA

Color information

#B53AAA (or 0xB53AAA) is unknown color: approx Fuchsia. HEX triplet: B5, 3A and AA. RGB value is (181,58,170). Sum of RGB (Red+Green+Blue) = 181+58+170=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B53AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53AAA is #4AC555. Grayscale: #6B6B6B. Windows color (decimal): -4900182 or 11156149. OLE color: 11156149.

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

Color convert

RGB18158170-
CMYK00.680.060.29
HSL305.37º51.46%46.86%-
HSV(B)305.37º67.96%70.98%-
XYZ27.8215.7539.6-
YUV107.54163.25180.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 58 (23.05% from 255) = 14.18%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=44.25%
G=14.18%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815817000.680.060.29305.3751.4646.86
HexB53AAA04461D131332f
Octal2657225201046354616357
Binary10110101111010101010100100010011011101100110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53AAA; }

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

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

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

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

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

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

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

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