Shades of Fuchsia #B955C6
Tints of Fuchsia #B955C6
RGB
CMYK
RGB Variations
Color information
#B955C6 (or 0xB955C6) is known color: Fuchsia. HEX triplet: B9, 55 and C6. RGB value is (185,85,198). Sum of RGB (Red+Green+Blue) = 185+85+198=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #B955C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955C6 is #46AA39. Grayscale: #7F7F7F. Windows color (decimal): -4631098 or 12998073. OLE color: 12998073.
HSL color Cylindrical-coordinate representation of color #B955C6: hue angle of 293.1º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B955C6 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 85 | 198 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.22 |
| HSL | 293.1º | 0.5% | 0.55% | - |
| HSV(B) | 293.1º | 0.57% | 0.78% | - |
| XYZ | 33.45 | 20.89 | 55.7 | - |
| YUV | 127.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 198 | 0.07 | 0.57 | 0 | 0.22 | 293.1 | 0.5 | 0.55 |
| Hex | B9 | 55 | C6 | 7 | 39 | 0 | 16 | 125 | 32 | 37 |
| Octal | 271 | 125 | 306 | 7 | 71 | 0 | 26 | 445 | 62 | 67 |
| Binary | 10111001 | 1010101 | 11000110 | 111 | 111001 | 0 | 10110 | 100100101 | 110010 | 110111 |
Color Harmonies of #B955C6
Complementary color
Monochromatic Colors of #B955C6
Black with #B955C6
Text Example
Text Example
White with #B955C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955C6; }
p { color: rgb(185,85,198); }
H1.HeaderClassName
{
color: #B955C6;
}
.AnyTagClassName
{
color: #B955C6;
}
</style>
background-color css
<style>
a { background-color: #B955C6; }
a { background-color: rgb(185,85,198); }
div.DivClassName
{
background-color: #B955C6;
}
.BgClassName
{
background-color: #B955C6;
}
</style>
border-color css
<style>
span { border-color: #B955C6; }
span { border-color: rgb(185,85,198); }
td.TdClassName
{
border-color: #B955C6;
}
.TagClassName
{
border-color: #B955C6;
}
</style>