Shades of Fuchsia #B931B7
Tints of Fuchsia #B931B7
RGB
CMYK
RGB Variations
Color information
#B931B7 (or 0xB931B7) is known color: Fuchsia. HEX triplet: B9, 31 and B7. RGB value is (185,49,183). Sum of RGB (Red+Green+Blue) = 185+49+183=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B931B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931B7 is #46CE48. Grayscale: #686868. Windows color (decimal): -4640329 or 12005817. OLE color: 12005817.
HSL color Cylindrical-coordinate representation of color #B931B7: hue angle of 300.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B931B7 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 183 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.27 |
| HSL | 300.88º | 0.58% | 0.46% | - |
| HSV(B) | 300.88º | 0.74% | 0.73% | - |
| XYZ | 29.65 | 15.93 | 46.31 | - |
| YUV | 104.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 183 | 0 | 0.74 | 0.01 | 0.27 | 300.88 | 0.58 | 0.46 |
| Hex | B9 | 31 | B7 | 0 | 4A | 1 | 1B | 12D | 3A | 2E |
| Octal | 271 | 61 | 267 | 0 | 112 | 1 | 33 | 455 | 72 | 56 |
| Binary | 10111001 | 110001 | 10110111 | 0 | 1001010 | 1 | 11011 | 100101101 | 111010 | 101110 |
Color Harmonies of #B931B7
Complementary color
Monochromatic Colors of #B931B7
Black with #B931B7
Text Example
Text Example
White with #B931B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931B7; }
p { color: rgb(185,49,183); }
H1.HeaderClassName
{
color: #B931B7;
}
.AnyTagClassName
{
color: #B931B7;
}
</style>
background-color css
<style>
a { background-color: #B931B7; }
a { background-color: rgb(185,49,183); }
div.DivClassName
{
background-color: #B931B7;
}
.BgClassName
{
background-color: #B931B7;
}
</style>
border-color css
<style>
span { border-color: #B931B7; }
span { border-color: rgb(185,49,183); }
td.TdClassName
{
border-color: #B931B7;
}
.TagClassName
{
border-color: #B931B7;
}
</style>