#B051BE

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

Shades of Fuchsia #B051BE

Tints of Fuchsia #B051BE

Color information

#B051BE (or 0xB051BE) is unknown color: approx Fuchsia. HEX triplet: B0, 51 and BE. RGB value is (176,81,190). Sum of RGB (Red+Green+Blue) = 176+81+190=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #B051BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051BE is #4FAE41. Grayscale: #797979. Windows color (decimal): -5221954 or 12472752. OLE color: 12472752.

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

Color convert

RGB17681190-
CMYK0.070.5700.25
HSL292.29º45.61%53.14%-
HSV(B)292.29º57.37%74.51%-
XYZ30.1418.8350.76-
YUV121.83166.47166.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 81 (32.03% from 255) = 18.12%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=39.37%
G=18.12%
B=42.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176811900.070.5700.25292.2945.6153.14
HexB051BE7390191242e35
Octal2601212767710314445665
Binary10110000101000110111110111111001011001100100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B051BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B051BE; }

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

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

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

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

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

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

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

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