Shades of Fuchsia #B747B7
Tints of Fuchsia #B747B7
RGB
CMYK
RGB Variations
Color information
#B747B7 (or 0xB747B7) is known color: Fuchsia. HEX triplet: B7, 47 and B7. RGB value is (183,71,183). Sum of RGB (Red+Green+Blue) = 183+71+183=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B747B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B747B7 is #48B848. Grayscale: #747474. Windows color (decimal): -4765769 or 12011447. OLE color: 12011447.
HSL color Cylindrical-coordinate representation of color #B747B7: hue angle of 300º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B747B7 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 183 | - |
| CMYK | 0 | 0.61 | 0 | 0.28 |
| HSL | 300º | 0.44% | 0.5% | - |
| HSV(B) | 300º | 0.61% | 0.72% | - |
| XYZ | 30.33 | 17.99 | 46.67 | - |
| YUV | 117.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 183 | 0 | 0.61 | 0 | 0.28 | 300 | 0.44 | 0.5 |
| Hex | B7 | 47 | B7 | 0 | 3D | 0 | 1C | 12C | 2C | 32 |
| Octal | 267 | 107 | 267 | 0 | 75 | 0 | 34 | 454 | 54 | 62 |
| Binary | 10110111 | 1000111 | 10110111 | 0 | 111101 | 0 | 11100 | 100101100 | 101100 | 110010 |
Color Harmonies of #B747B7
Complementary color
Monochromatic Colors of #B747B7
Black with #B747B7
Text Example
Text Example
White with #B747B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B747B7; }
p { color: rgb(183,71,183); }
H1.HeaderClassName
{
color: #B747B7;
}
.AnyTagClassName
{
color: #B747B7;
}
</style>
background-color css
<style>
a { background-color: #B747B7; }
a { background-color: rgb(183,71,183); }
div.DivClassName
{
background-color: #B747B7;
}
.BgClassName
{
background-color: #B747B7;
}
</style>
border-color css
<style>
span { border-color: #B747B7; }
span { border-color: rgb(183,71,183); }
td.TdClassName
{
border-color: #B747B7;
}
.TagClassName
{
border-color: #B747B7;
}
</style>