#B051BF

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

Shades of Fuchsia #B051BF

Tints of Fuchsia #B051BF

Color information

#B051BF (or 0xB051BF) is unknown color: approx Fuchsia. HEX triplet: B0, 51 and BF. RGB value is (176,81,191). Sum of RGB (Red+Green+Blue) = 176+81+191=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #B051BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051BF is #4FAE40. Grayscale: #797979. Windows color (decimal): -5221953 or 12538288. OLE color: 12538288.

HSL color Cylindrical-coordinate representation of color #B051BF: hue angle of 291.82º 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 #B051BF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17681191-
CMYK0.080.5800.25
HSL291.82º46.22%53.33%-
HSV(B)291.82º57.59%74.9%-
XYZ30.2518.8851.34-
YUV121.94166.97166.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 191 (75% from 255) = 42.63%
R=39.29%
G=18.08%
B=42.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176811910.080.5800.25291.8246.2253.33
HexB051BF83A0191242e35
Octal26012127710720314445665
Binary101100001010001101111111000111010011001100100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B051BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B051BF; }

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

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

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

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

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

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

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

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