#B551BF

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

Shades of Fuchsia #B551BF

Tints of Fuchsia #B551BF

Color information

#B551BF (or 0xB551BF) is unknown color: approx Fuchsia. HEX triplet: B5, 51 and BF. RGB value is (181,81,191). Sum of RGB (Red+Green+Blue) = 181+81+191=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #B551BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551BF is #4AAE40. Grayscale: #7B7B7B. Windows color (decimal): -4894273 or 12538293. OLE color: 12538293.

HSL color Cylindrical-coordinate representation of color #B551BF: hue angle of 294.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B551BF is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18181191-
CMYK0.050.5800.25
HSL294.55º46.22%53.33%-
HSV(B)294.55º57.59%74.9%-
XYZ31.419.4751.39-
YUV123.44166.13169.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 191 (75% from 255) = 42.16%
R=39.96%
G=17.88%
B=42.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181811910.050.5800.25294.5546.2253.33
HexB551BF53A0191272e35
Octal2651212775720314475665
Binary10110101101000110111111101111010011001100100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B551BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B551BF; }

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

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

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

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

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

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

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

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