Shades of Fuchsia #B76FBA
Tints of Fuchsia #B76FBA
RGB
CMYK
RGB Variations
Color information
#B76FBA (or 0xB76FBA) is known color: Fuchsia. HEX triplet: B7, 6F and BA. RGB value is (183,111,186). Sum of RGB (Red+Green+Blue) = 183+111+186=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #B76FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FBA is #489045. Grayscale: #8C8C8C. Windows color (decimal): -4755526 or 12218295. OLE color: 12218295.
HSL color Cylindrical-coordinate representation of color #B76FBA: hue angle of 297.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76FBA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 111 | 186 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.27 |
| HSL | 297.6º | 0.35% | 0.58% | - |
| HSV(B) | 297.6º | 0.4% | 0.73% | - |
| XYZ | 34.08 | 24.98 | 49.48 | - |
| YUV | 141.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 186 | 0.02 | 0.40 | 0 | 0.27 | 297.6 | 0.35 | 0.58 |
| Hex | B7 | 6F | BA | 2 | 28 | 0 | 1B | 12A | 23 | 3A |
| Octal | 267 | 157 | 272 | 2 | 50 | 0 | 33 | 452 | 43 | 72 |
| Binary | 10110111 | 1101111 | 10111010 | 10 | 101000 | 0 | 11011 | 100101010 | 100011 | 111010 |
Color Harmonies of #B76FBA
Complementary color
Monochromatic Colors of #B76FBA
Black with #B76FBA
Text Example
Text Example
White with #B76FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FBA; }
p { color: rgb(183,111,186); }
H1.HeaderClassName
{
color: #B76FBA;
}
.AnyTagClassName
{
color: #B76FBA;
}
</style>
background-color css
<style>
a { background-color: #B76FBA; }
a { background-color: rgb(183,111,186); }
div.DivClassName
{
background-color: #B76FBA;
}
.BgClassName
{
background-color: #B76FBA;
}
</style>
border-color css
<style>
span { border-color: #B76FBA; }
span { border-color: rgb(183,111,186); }
td.TdClassName
{
border-color: #B76FBA;
}
.TagClassName
{
border-color: #B76FBA;
}
</style>