Shades of Fuchsia #B957BA
Tints of Fuchsia #B957BA
RGB
CMYK
RGB Variations
Color information
#B957BA (or 0xB957BA) is known color: Fuchsia. HEX triplet: B9, 57 and BA. RGB value is (185,87,186). Sum of RGB (Red+Green+Blue) = 185+87+186=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #B957BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957BA is #46A845. Grayscale: #7F7F7F. Windows color (decimal): -4630598 or 12212153. OLE color: 12212153.
HSL color Cylindrical-coordinate representation of color #B957BA: hue angle of 299.39º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B957BA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 186 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.27 |
| HSL | 299.39º | 0.42% | 0.54% | - |
| HSV(B) | 299.39º | 0.53% | 0.73% | - |
| XYZ | 32.28 | 20.68 | 48.74 | - |
| YUV | 127.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 186 | 0.01 | 0.53 | 0 | 0.27 | 299.39 | 0.42 | 0.54 |
| Hex | B9 | 57 | BA | 1 | 35 | 0 | 1B | 12B | 2A | 36 |
| Octal | 271 | 127 | 272 | 1 | 65 | 0 | 33 | 453 | 52 | 66 |
| Binary | 10111001 | 1010111 | 10111010 | 1 | 110101 | 0 | 11011 | 100101011 | 101010 | 110110 |
Color Harmonies of #B957BA
Complementary color
Monochromatic Colors of #B957BA
Black with #B957BA
Text Example
Text Example
White with #B957BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957BA; }
p { color: rgb(185,87,186); }
H1.HeaderClassName
{
color: #B957BA;
}
.AnyTagClassName
{
color: #B957BA;
}
</style>
background-color css
<style>
a { background-color: #B957BA; }
a { background-color: rgb(185,87,186); }
div.DivClassName
{
background-color: #B957BA;
}
.BgClassName
{
background-color: #B957BA;
}
</style>
border-color css
<style>
span { border-color: #B957BA; }
span { border-color: rgb(185,87,186); }
td.TdClassName
{
border-color: #B957BA;
}
.TagClassName
{
border-color: #B957BA;
}
</style>