Shades of Fuchsia #B957A8
Tints of Fuchsia #B957A8
RGB
CMYK
RGB Variations
Color information
#B957A8 (or 0xB957A8) is known color: Fuchsia. HEX triplet: B9, 57 and A8. RGB value is (185,87,168). Sum of RGB (Red+Green+Blue) = 185+87+168=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B957A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B957A8 is #46A857. Grayscale: #7D7D7D. Windows color (decimal): -4630616 or 11032505. OLE color: 11032505.
HSL color Cylindrical-coordinate representation of color #B957A8: hue angle of 310.41º 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 #B957A8 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 168 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.27 |
| HSL | 310.41º | 0.41% | 0.53% | - |
| HSV(B) | 310.41º | 0.53% | 0.73% | - |
| XYZ | 30.48 | 19.96 | 39.29 | - |
| YUV | 125.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 168 | 0 | 0.53 | 0.09 | 0.27 | 310.41 | 0.41 | 0.53 |
| Hex | B9 | 57 | A8 | 0 | 35 | 9 | 1B | 136 | 29 | 35 |
| Octal | 271 | 127 | 250 | 0 | 65 | 11 | 33 | 466 | 51 | 65 |
| Binary | 10111001 | 1010111 | 10101000 | 0 | 110101 | 1001 | 11011 | 100110110 | 101001 | 110101 |
Color Harmonies of #B957A8
Complementary color
Monochromatic Colors of #B957A8
Black with #B957A8
Text Example
Text Example
White with #B957A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957A8; }
p { color: rgb(185,87,168); }
H1.HeaderClassName
{
color: #B957A8;
}
.AnyTagClassName
{
color: #B957A8;
}
</style>
background-color css
<style>
a { background-color: #B957A8; }
a { background-color: rgb(185,87,168); }
div.DivClassName
{
background-color: #B957A8;
}
.BgClassName
{
background-color: #B957A8;
}
</style>
border-color css
<style>
span { border-color: #B957A8; }
span { border-color: rgb(185,87,168); }
td.TdClassName
{
border-color: #B957A8;
}
.TagClassName
{
border-color: #B957A8;
}
</style>