Shades of Fuchsia #B731BB
Tints of Fuchsia #B731BB
RGB
CMYK
RGB Variations
Color information
#B731BB (or 0xB731BB) is known color: Fuchsia. HEX triplet: B7, 31 and BB. RGB value is (183,49,187). Sum of RGB (Red+Green+Blue) = 183+49+187=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #B731BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731BB is #48CE44. Grayscale: #686868. Windows color (decimal): -4771397 or 12267959. OLE color: 12267959.
HSL color Cylindrical-coordinate representation of color #B731BB: hue angle of 298.26º 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 #B731BB is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 49 | 187 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.27 |
| HSL | 298.26º | 0.58% | 0.46% | - |
| HSV(B) | 298.26º | 0.74% | 0.73% | - |
| XYZ | 29.6 | 15.85 | 48.51 | - |
| YUV | 104.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 187 | 0.02 | 0.74 | 0 | 0.27 | 298.26 | 0.58 | 0.46 |
| Hex | B7 | 31 | BB | 2 | 4A | 0 | 1B | 12A | 3A | 2E |
| Octal | 267 | 61 | 273 | 2 | 112 | 0 | 33 | 452 | 72 | 56 |
| Binary | 10110111 | 110001 | 10111011 | 10 | 1001010 | 0 | 11011 | 100101010 | 111010 | 101110 |
Color Harmonies of #B731BB
Complementary color
Monochromatic Colors of #B731BB
Black with #B731BB
Text Example
Text Example
White with #B731BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731BB; }
p { color: rgb(183,49,187); }
H1.HeaderClassName
{
color: #B731BB;
}
.AnyTagClassName
{
color: #B731BB;
}
</style>
background-color css
<style>
a { background-color: #B731BB; }
a { background-color: rgb(183,49,187); }
div.DivClassName
{
background-color: #B731BB;
}
.BgClassName
{
background-color: #B731BB;
}
</style>
border-color css
<style>
span { border-color: #B731BB; }
span { border-color: rgb(183,49,187); }
td.TdClassName
{
border-color: #B731BB;
}
.TagClassName
{
border-color: #B731BB;
}
</style>