Shades of Fuchsia #B958C0
Tints of Fuchsia #B958C0
RGB
CMYK
RGB Variations
Color information
#B958C0 (or 0xB958C0) is known color: Fuchsia. HEX triplet: B9, 58 and C0. RGB value is (185,88,192). Sum of RGB (Red+Green+Blue) = 185+88+192=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #B958C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958C0 is #46A73F. Grayscale: #808080. Windows color (decimal): -4630336 or 12605625. OLE color: 12605625.
HSL color Cylindrical-coordinate representation of color #B958C0: hue angle of 295.96º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B958C0 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 88 | 192 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.25 |
| HSL | 295.96º | 0.45% | 0.55% | - |
| HSV(B) | 295.96º | 0.54% | 0.75% | - |
| XYZ | 33.01 | 21.1 | 52.2 | - |
| YUV | 128.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 192 | 0.04 | 0.54 | 0 | 0.25 | 295.96 | 0.45 | 0.55 |
| Hex | B9 | 58 | C0 | 4 | 36 | 0 | 19 | 128 | 2D | 37 |
| Octal | 271 | 130 | 300 | 4 | 66 | 0 | 31 | 450 | 55 | 67 |
| Binary | 10111001 | 1011000 | 11000000 | 100 | 110110 | 0 | 11001 | 100101000 | 101101 | 110111 |
Color Harmonies of #B958C0
Complementary color
Monochromatic Colors of #B958C0
Black with #B958C0
Text Example
Text Example
White with #B958C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958C0; }
p { color: rgb(185,88,192); }
H1.HeaderClassName
{
color: #B958C0;
}
.AnyTagClassName
{
color: #B958C0;
}
</style>
background-color css
<style>
a { background-color: #B958C0; }
a { background-color: rgb(185,88,192); }
div.DivClassName
{
background-color: #B958C0;
}
.BgClassName
{
background-color: #B958C0;
}
</style>
border-color css
<style>
span { border-color: #B958C0; }
span { border-color: rgb(185,88,192); }
td.TdClassName
{
border-color: #B958C0;
}
.TagClassName
{
border-color: #B958C0;
}
</style>