Shades of Fuchsia #B76BBB
Tints of Fuchsia #B76BBB
RGB
CMYK
RGB Variations
Color information
#B76BBB (or 0xB76BBB) is known color: Fuchsia. HEX triplet: B7, 6B and BB. RGB value is (183,107,187). Sum of RGB (Red+Green+Blue) = 183+107+187=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #B76BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BBB is #489444. Grayscale: #8A8A8A. Windows color (decimal): -4756549 or 12282807. OLE color: 12282807.
HSL color Cylindrical-coordinate representation of color #B76BBB: hue angle of 297º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76BBB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 107 | 187 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.27 |
| HSL | 297º | 0.37% | 0.58% | - |
| HSV(B) | 297º | 0.43% | 0.73% | - |
| XYZ | 33.76 | 24.17 | 49.9 | - |
| YUV | 138.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 187 | 0.02 | 0.43 | 0 | 0.27 | 297 | 0.37 | 0.58 |
| Hex | B7 | 6B | BB | 2 | 2B | 0 | 1B | 129 | 25 | 3A |
| Octal | 267 | 153 | 273 | 2 | 53 | 0 | 33 | 451 | 45 | 72 |
| Binary | 10110111 | 1101011 | 10111011 | 10 | 101011 | 0 | 11011 | 100101001 | 100101 | 111010 |
Color Harmonies of #B76BBB
Complementary color
Monochromatic Colors of #B76BBB
Black with #B76BBB
Text Example
Text Example
White with #B76BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BBB; }
p { color: rgb(183,107,187); }
H1.HeaderClassName
{
color: #B76BBB;
}
.AnyTagClassName
{
color: #B76BBB;
}
</style>
background-color css
<style>
a { background-color: #B76BBB; }
a { background-color: rgb(183,107,187); }
div.DivClassName
{
background-color: #B76BBB;
}
.BgClassName
{
background-color: #B76BBB;
}
</style>
border-color css
<style>
span { border-color: #B76BBB; }
span { border-color: rgb(183,107,187); }
td.TdClassName
{
border-color: #B76BBB;
}
.TagClassName
{
border-color: #B76BBB;
}
</style>