Shades of Fuchsia #B958BA
Tints of Fuchsia #B958BA
RGB
CMYK
RGB Variations
Color information
#B958BA (or 0xB958BA) is known color: Fuchsia. HEX triplet: B9, 58 and BA. RGB value is (185,88,186). Sum of RGB (Red+Green+Blue) = 185+88+186=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #B958BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958BA is #46A745. Grayscale: #7F7F7F. Windows color (decimal): -4630342 or 12212409. OLE color: 12212409.
HSL color Cylindrical-coordinate representation of color #B958BA: 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 #B958BA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 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.36 | 20.84 | 48.77 | - |
| YUV | 128.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 186 | 0.01 | 0.53 | 0 | 0.27 | 299.39 | 0.42 | 0.54 |
| Hex | B9 | 58 | BA | 1 | 35 | 0 | 1B | 12B | 2A | 36 |
| Octal | 271 | 130 | 272 | 1 | 65 | 0 | 33 | 453 | 52 | 66 |
| Binary | 10111001 | 1011000 | 10111010 | 1 | 110101 | 0 | 11011 | 100101011 | 101010 | 110110 |
Color Harmonies of #B958BA
Complementary color
Monochromatic Colors of #B958BA
Black with #B958BA
Text Example
Text Example
White with #B958BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958BA; }
p { color: rgb(185,88,186); }
H1.HeaderClassName
{
color: #B958BA;
}
.AnyTagClassName
{
color: #B958BA;
}
</style>
background-color css
<style>
a { background-color: #B958BA; }
a { background-color: rgb(185,88,186); }
div.DivClassName
{
background-color: #B958BA;
}
.BgClassName
{
background-color: #B958BA;
}
</style>
border-color css
<style>
span { border-color: #B958BA; }
span { border-color: rgb(185,88,186); }
td.TdClassName
{
border-color: #B958BA;
}
.TagClassName
{
border-color: #B958BA;
}
</style>