#B551BD

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

Shades of Fuchsia #B551BD

Tints of Fuchsia #B551BD

Color information

#B551BD (or 0xB551BD) is unknown color: approx Fuchsia. HEX triplet: B5, 51 and BD. RGB value is (181,81,189). Sum of RGB (Red+Green+Blue) = 181+81+189=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #B551BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551BD is #4AAE42. Grayscale: #7A7A7A. Windows color (decimal): -4894275 or 12407221. OLE color: 12407221.

HSL color Cylindrical-coordinate representation of color #B551BD: hue angle of 295.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B551BD is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18181189-
CMYK0.040.5700.26
HSL295.56º45%52.94%-
HSV(B)295.56º57.14%74.12%-
XYZ31.1819.3850.24-
YUV123.21165.13169.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 81 (32.03% from 255) = 17.96%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=40.13%
G=17.96%
B=41.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181811890.040.5700.26295.564552.94
HexB551BD43901A1282d35
Octal2651212754710324505565
Binary10110101101000110111101100111001011010100101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B551BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B551BD; }

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

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

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

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

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

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

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

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