Shades of Fuchsia #B955C3
Tints of Fuchsia #B955C3
RGB
CMYK
RGB Variations
Color information
#B955C3 (or 0xB955C3) is known color: Fuchsia. HEX triplet: B9, 55 and C3. RGB value is (185,85,195). Sum of RGB (Red+Green+Blue) = 185+85+195=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #B955C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955C3 is #46AA3C. Grayscale: #7F7F7F. Windows color (decimal): -4631101 or 12801465. OLE color: 12801465.
HSL color Cylindrical-coordinate representation of color #B955C3: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B955C3 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 85 | 195 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.24 |
| HSL | 294.55º | 0.48% | 0.55% | - |
| HSV(B) | 294.55º | 0.56% | 0.76% | - |
| XYZ | 33.11 | 20.75 | 53.89 | - |
| YUV | 127.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 195 | 0.05 | 0.56 | 0 | 0.24 | 294.55 | 0.48 | 0.55 |
| Hex | B9 | 55 | C3 | 5 | 38 | 0 | 18 | 127 | 30 | 37 |
| Octal | 271 | 125 | 303 | 5 | 70 | 0 | 30 | 447 | 60 | 67 |
| Binary | 10111001 | 1010101 | 11000011 | 101 | 111000 | 0 | 11000 | 100100111 | 110000 | 110111 |
Color Harmonies of #B955C3
Complementary color
Monochromatic Colors of #B955C3
Black with #B955C3
Text Example
Text Example
White with #B955C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955C3; }
p { color: rgb(185,85,195); }
H1.HeaderClassName
{
color: #B955C3;
}
.AnyTagClassName
{
color: #B955C3;
}
</style>
background-color css
<style>
a { background-color: #B955C3; }
a { background-color: rgb(185,85,195); }
div.DivClassName
{
background-color: #B955C3;
}
.BgClassName
{
background-color: #B955C3;
}
</style>
border-color css
<style>
span { border-color: #B955C3; }
span { border-color: rgb(185,85,195); }
td.TdClassName
{
border-color: #B955C3;
}
.TagClassName
{
border-color: #B955C3;
}
</style>