Shades of Fuchsia #B731BC
Tints of Fuchsia #B731BC
RGB
CMYK
RGB Variations
Color information
#B731BC (or 0xB731BC) is known color: Fuchsia. HEX triplet: B7, 31 and BC. RGB value is (183,49,188). Sum of RGB (Red+Green+Blue) = 183+49+188=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #B731BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731BC is #48CE43. Grayscale: #686868. Windows color (decimal): -4771396 or 12333495. OLE color: 12333495.
HSL color Cylindrical-coordinate representation of color #B731BC: hue angle of 297.84º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B731BC is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 49 | 188 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.26 |
| HSL | 297.84º | 0.59% | 0.46% | - |
| HSV(B) | 297.84º | 0.74% | 0.74% | - |
| XYZ | 29.7 | 15.89 | 49.08 | - |
| YUV | 104.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 188 | 0.03 | 0.74 | 0 | 0.26 | 297.84 | 0.59 | 0.46 |
| Hex | B7 | 31 | BC | 3 | 4A | 0 | 1A | 12A | 3B | 2E |
| Octal | 267 | 61 | 274 | 3 | 112 | 0 | 32 | 452 | 73 | 56 |
| Binary | 10110111 | 110001 | 10111100 | 11 | 1001010 | 0 | 11010 | 100101010 | 111011 | 101110 |
Color Harmonies of #B731BC
Complementary color
Monochromatic Colors of #B731BC
Black with #B731BC
Text Example
Text Example
White with #B731BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731BC; }
p { color: rgb(183,49,188); }
H1.HeaderClassName
{
color: #B731BC;
}
.AnyTagClassName
{
color: #B731BC;
}
</style>
background-color css
<style>
a { background-color: #B731BC; }
a { background-color: rgb(183,49,188); }
div.DivClassName
{
background-color: #B731BC;
}
.BgClassName
{
background-color: #B731BC;
}
</style>
border-color css
<style>
span { border-color: #B731BC; }
span { border-color: rgb(183,49,188); }
td.TdClassName
{
border-color: #B731BC;
}
.TagClassName
{
border-color: #B731BC;
}
</style>