#B553AB

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

Shades of Fuchsia #B553AB

Tints of Fuchsia #B553AB

Color information

#B553AB (or 0xB553AB) is unknown color: approx Fuchsia. HEX triplet: B5, 53 and AB. RGB value is (181,83,171). Sum of RGB (Red+Green+Blue) = 181+83+171=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B553AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B553AB is #4AAC54. Grayscale: #7A7A7A. Windows color (decimal): -4893781 or 11228085. OLE color: 11228085.

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

Color convert

RGB18183171-
CMYK00.540.060.29
HSL306.12º39.84%51.76%-
HSV(B)306.12º54.14%70.98%-
XYZ29.518.9540.63-
YUV122.33155.47169.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 83 (32.81% from 255) = 19.08%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=41.61%
G=19.08%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818317100.540.060.29306.1239.8451.76
HexB553AB03661D1322834
Octal2651232530666354625064
Binary10110101101001110101011011011011011101100110010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B553AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B553AB; }

 p { color: rgb(181,83,171); }

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

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

 a { background-color: rgb(181,83,171); }

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

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

 span { border-color: rgb(181,83,171); }

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