Shades of Fuchsia #B931C5
Tints of Fuchsia #B931C5
RGB
CMYK
RGB Variations
Color information
#B931C5 (or 0xB931C5) is known color: Fuchsia. HEX triplet: B9, 31 and C5. RGB value is (185,49,197). Sum of RGB (Red+Green+Blue) = 185+49+197=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 197 - color contains mainly: blue. Hex color #B931C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931C5 is #46CE3A. Grayscale: #6A6A6A. Windows color (decimal): -4640315 or 12923321. OLE color: 12923321.
HSL color Cylindrical-coordinate representation of color #B931C5: hue angle of 295.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B931C5 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 49 | 197 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.23 |
| HSL | 295.14º | 0.6% | 0.48% | - |
| HSV(B) | 295.14º | 0.75% | 0.77% | - |
| XYZ | 31.18 | 16.54 | 54.37 | - |
| YUV | 106.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 197 | 0.06 | 0.75 | 0 | 0.23 | 295.14 | 0.6 | 0.48 |
| Hex | B9 | 31 | C5 | 6 | 4B | 0 | 17 | 127 | 3C | 30 |
| Octal | 271 | 61 | 305 | 6 | 113 | 0 | 27 | 447 | 74 | 60 |
| Binary | 10111001 | 110001 | 11000101 | 110 | 1001011 | 0 | 10111 | 100100111 | 111100 | 110000 |
Color Harmonies of #B931C5
Complementary color
Monochromatic Colors of #B931C5
Black with #B931C5
Text Example
Text Example
White with #B931C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931C5; }
p { color: rgb(185,49,197); }
H1.HeaderClassName
{
color: #B931C5;
}
.AnyTagClassName
{
color: #B931C5;
}
</style>
background-color css
<style>
a { background-color: #B931C5; }
a { background-color: rgb(185,49,197); }
div.DivClassName
{
background-color: #B931C5;
}
.BgClassName
{
background-color: #B931C5;
}
</style>
border-color css
<style>
span { border-color: #B931C5; }
span { border-color: rgb(185,49,197); }
td.TdClassName
{
border-color: #B931C5;
}
.TagClassName
{
border-color: #B931C5;
}
</style>