#B057B9

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

Shades of Fuchsia #B057B9

Tints of Fuchsia #B057B9

Color information

#B057B9 (or 0xB057B9) is unknown color: approx Fuchsia. HEX triplet: B0, 57 and B9. RGB value is (176,87,185). Sum of RGB (Red+Green+Blue) = 176+87+185=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #B057B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057B9 is #4FA846. Grayscale: #7C7C7C. Windows color (decimal): -5220423 or 12146608. OLE color: 12146608.

HSL color Cylindrical-coordinate representation of color #B057B9: hue angle of 294.49º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B057B9 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17687185-
CMYK0.050.5300.27
HSL294.49º41.18%53.33%-
HSV(B)294.49º52.97%72.55%-
XYZ30.0719.5548.09-
YUV124.78161.99164.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 87 (34.38% from 255) = 19.42%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=39.29%
G=19.42%
B=41.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176871850.050.5300.27294.4941.1853.33
HexB057B953501B1262935
Octal2601272715650334465165
Binary10110000101011110111001101110101011011100100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B057B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B057B9; }

 p { color: rgb(176,87,185); }

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

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

 a { background-color: rgb(176,87,185); }

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

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

 span { border-color: rgb(176,87,185); }

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