Shades of Fuchsia #B76FB2
Tints of Fuchsia #B76FB2
RGB
CMYK
RGB Variations
Color information
#B76FB2 (or 0xB76FB2) is known color: Fuchsia. HEX triplet: B7, 6F and B2. RGB value is (183,111,178). Sum of RGB (Red+Green+Blue) = 183+111+178=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76FB2 is #48904D. Grayscale: #8B8B8B. Windows color (decimal): -4755534 or 11694007. OLE color: 11694007.
HSL color Cylindrical-coordinate representation of color #B76FB2: hue angle of 304.17º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76FB2 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 178 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.28 |
| HSL | 304.17º | 0.33% | 0.58% | - |
| HSV(B) | 304.17º | 0.39% | 0.72% | - |
| XYZ | 33.25 | 24.65 | 45.13 | - |
| YUV | 140.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 178 | 0 | 0.39 | 0.03 | 0.28 | 304.17 | 0.33 | 0.58 |
| Hex | B7 | 6F | B2 | 0 | 27 | 3 | 1C | 130 | 21 | 3A |
| Octal | 267 | 157 | 262 | 0 | 47 | 3 | 34 | 460 | 41 | 72 |
| Binary | 10110111 | 1101111 | 10110010 | 0 | 100111 | 11 | 11100 | 100110000 | 100001 | 111010 |
Color Harmonies of #B76FB2
Complementary color
Monochromatic Colors of #B76FB2
Black with #B76FB2
Text Example
Text Example
White with #B76FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FB2; }
p { color: rgb(183,111,178); }
H1.HeaderClassName
{
color: #B76FB2;
}
.AnyTagClassName
{
color: #B76FB2;
}
</style>
background-color css
<style>
a { background-color: #B76FB2; }
a { background-color: rgb(183,111,178); }
div.DivClassName
{
background-color: #B76FB2;
}
.BgClassName
{
background-color: #B76FB2;
}
</style>
border-color css
<style>
span { border-color: #B76FB2; }
span { border-color: rgb(183,111,178); }
td.TdClassName
{
border-color: #B76FB2;
}
.TagClassName
{
border-color: #B76FB2;
}
</style>