Shades of Fuchsia #B057B5
Tints of Fuchsia #B057B5
RGB
CMYK
RGB Variations
Color information
#B057B5 (or 0xB057B5) is known color: 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
| RGB | 176 | 87 | 181 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.29 |
| HSL | 296.81º | 0.39% | 0.53% | - |
| HSV(B) | 296.81º | 0.52% | 0.71% | - |
| XYZ | 29.65 | 19.38 | 45.89 | - |
| YUV | 124.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 181 | 0.03 | 0.52 | 0 | 0.29 | 296.81 | 0.39 | 0.53 |
| Hex | B0 | 57 | B5 | 3 | 34 | 0 | 1D | 129 | 27 | 35 |
| Octal | 260 | 127 | 265 | 3 | 64 | 0 | 35 | 451 | 47 | 65 |
| Binary | 10110000 | 1010111 | 10110101 | 11 | 110100 | 0 | 11101 | 100101001 | 100111 | 110101 |
Color Harmonies of #B057B5
Complementary color
Monochromatic Colors of #B057B5
Black with #B057B5
Text Example
Text Example
White with #B057B5
Text Example
Text Example
HTML Codes & Css Web 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>