#B057B5

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

Shades of Fuchsia #B057B5

Tints of Fuchsia #B057B5

Color information

#B057B5 (or 0xB057B5) is unknown color: approx Fuchsia. HEX triplet: B0, 57 and B5. RGB value is (176,87,181). Sum of RGB (Red+Green+Blue) = 176+87+181=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 181 - color contains mainly: blue. Hex color #B057B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057B5 is #4FA84A. Grayscale: #7C7C7C. Windows color (decimal): -5220427 or 11884464. OLE color: 11884464.

HSL color Cylindrical-coordinate representation of color #B057B5: hue angle of 296.81º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B057B5 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17687181-
CMYK0.030.5200.29
HSL296.81º38.84%52.55%-
HSV(B)296.81º51.93%70.98%-
XYZ29.6519.3845.89-
YUV124.33159.99164.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 87 (34.38% from 255) = 19.59%
BLUE value IS 181 (71.09% from 255) = 40.77%
R=39.64%
G=19.59%
B=40.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176871810.030.5200.29296.8138.8452.55
HexB057B533401D1292735
Octal2601272653640354514765
Binary1011000010101111011010111110100011101100101001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B057B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B057B5; }

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

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

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

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

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

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

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

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