Shades of Fuchsia #B958C2
Tints of Fuchsia #B958C2
RGB
CMYK
RGB Variations
Color information
#B958C2 (or 0xB958C2) is known color: Fuchsia. HEX triplet: B9, 58 and C2. RGB value is (185,88,194). Sum of RGB (Red+Green+Blue) = 185+88+194=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #B958C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958C2 is #46A73D. Grayscale: #808080. Windows color (decimal): -4630334 or 12736697. OLE color: 12736697.
HSL color Cylindrical-coordinate representation of color #B958C2: hue angle of 294.91º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B958C2 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 88 | 194 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.24 |
| HSL | 294.91º | 0.46% | 0.55% | - |
| HSV(B) | 294.91º | 0.55% | 0.76% | - |
| XYZ | 33.23 | 21.19 | 53.38 | - |
| YUV | 129.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 194 | 0.05 | 0.55 | 0 | 0.24 | 294.91 | 0.46 | 0.55 |
| Hex | B9 | 58 | C2 | 5 | 37 | 0 | 18 | 127 | 2E | 37 |
| Octal | 271 | 130 | 302 | 5 | 67 | 0 | 30 | 447 | 56 | 67 |
| Binary | 10111001 | 1011000 | 11000010 | 101 | 110111 | 0 | 11000 | 100100111 | 101110 | 110111 |
Color Harmonies of #B958C2
Complementary color
Monochromatic Colors of #B958C2
Black with #B958C2
Text Example
Text Example
White with #B958C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958C2; }
p { color: rgb(185,88,194); }
H1.HeaderClassName
{
color: #B958C2;
}
.AnyTagClassName
{
color: #B958C2;
}
</style>
background-color css
<style>
a { background-color: #B958C2; }
a { background-color: rgb(185,88,194); }
div.DivClassName
{
background-color: #B958C2;
}
.BgClassName
{
background-color: #B958C2;
}
</style>
border-color css
<style>
span { border-color: #B958C2; }
span { border-color: rgb(185,88,194); }
td.TdClassName
{
border-color: #B958C2;
}
.TagClassName
{
border-color: #B958C2;
}
</style>