#B553B4

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

Shades of Fuchsia #B553B4

Tints of Fuchsia #B553B4

Color information

#B553B4 (or 0xB553B4) is unknown color: approx Fuchsia. HEX triplet: B5, 53 and B4. RGB value is (181,83,180). Sum of RGB (Red+Green+Blue) = 181+83+180=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B553B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553B4 is #4AAC4B. Grayscale: #7B7B7B. Windows color (decimal): -4893772 or 11817909. OLE color: 11817909.

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

Color convert

RGB18183180-
CMYK00.540.010.29
HSL300.61º39.84%51.76%-
HSV(B)300.61º54.14%70.98%-
XYZ30.3919.3145.3-
YUV123.36159.97169.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 83 (32.81% from 255) = 18.69%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=40.77%
G=18.69%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818318000.540.010.29300.6139.8451.76
HexB553B403611D12d2834
Octal2651232640661354555064
Binary101101011010011101101000110110111101100101101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B553B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B553B4; }

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

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

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

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

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

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

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

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