#B057BE

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

Shades of Fuchsia #B057BE

Tints of Fuchsia #B057BE

Color information

#B057BE (or 0xB057BE) is unknown color: approx Fuchsia. HEX triplet: B0, 57 and BE. RGB value is (176,87,190). Sum of RGB (Red+Green+Blue) = 176+87+190=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #B057BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057BE is #4FA841. Grayscale: #7D7D7D. Windows color (decimal): -5220418 or 12474288. OLE color: 12474288.

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

Color convert

RGB17687190-
CMYK0.070.5400.25
HSL291.84º44.21%54.31%-
HSV(B)291.84º54.21%74.51%-
XYZ30.6119.7650.92-
YUV125.35164.49164.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 87 (34.38% from 255) = 19.21%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=38.85%
G=19.21%
B=41.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176871900.070.5400.25291.8444.2154.31
HexB057BE7360191242c36
Octal2601272767660314445466
Binary10110000101011110111110111110110011001100100100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B057BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B057BE; }

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

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

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

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

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

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

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

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