#B551B5

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

Shades of Fuchsia #B551B5

Tints of Fuchsia #B551B5

Color information

#B551B5 (or 0xB551B5) is unknown color: approx Fuchsia. HEX triplet: B5, 51 and B5. RGB value is (181,81,181). Sum of RGB (Red+Green+Blue) = 181+81+181=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B551B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551B5 is #4AAE4A. Grayscale: #7A7A7A. Windows color (decimal): -4894283 or 11882933. OLE color: 11882933.

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

Color convert

RGB18181181-
CMYK00.5500.29
HSL300º40.32%51.37%-
HSV(B)300º55.25%70.98%-
XYZ30.3419.0445.79-
YUV122.3161.13169.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 181 (71.09% from 255) = 40.86%
R=40.86%
G=18.28%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818118100.5500.2930040.3251.37
HexB551B503701D12c2833
Octal2651212650670354545063
Binary101101011010001101101010110111011101100101100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B551B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B551B5; }

 p { color: rgb(181,81,181); }

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

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

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

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

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

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

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