#B057B3

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

Shades of Fuchsia #B057B3

Tints of Fuchsia #B057B3

Color information

#B057B3 (or 0xB057B3) is unknown color: approx Fuchsia. HEX triplet: B0, 57 and B3. RGB value is (176,87,179). Sum of RGB (Red+Green+Blue) = 176+87+179=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 179 - color contains mainly: blue. Hex color #B057B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057B3 is #4FA84C. Grayscale: #7B7B7B. Windows color (decimal): -5220429 or 11753392. OLE color: 11753392.

HSL color Cylindrical-coordinate representation of color #B057B3: hue angle of 298.04º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B057B3 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17687179-
CMYK0.020.5100.30
HSL298.04º37.7%52.16%-
HSV(B)298.04º51.4%70.2%-
XYZ29.4519.344.82-
YUV124.1158.99165.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 87 (34.38% from 255) = 19.68%
BLUE value IS 179 (70.31% from 255) = 40.50%
R=39.82%
G=19.68%
B=40.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176871790.020.5100.30298.0437.752.16
HexB057B323301E12a2634
Octal2601272632630364524664
Binary1011000010101111011001110110011011110100101010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B057B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B057B3; }

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

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

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

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

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

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

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

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