Shades of Fuchsia #B76BBF
Tints of Fuchsia #B76BBF
RGB
CMYK
RGB Variations
Color information
#B76BBF (or 0xB76BBF) is known color: Fuchsia. HEX triplet: B7, 6B and BF. RGB value is (183,107,191). Sum of RGB (Red+Green+Blue) = 183+107+191=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #B76BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BBF is #489440. Grayscale: #8B8B8B. Windows color (decimal): -4756545 or 12544951. OLE color: 12544951.
HSL color Cylindrical-coordinate representation of color #B76BBF: hue angle of 294.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76BBF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 107 | 191 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.25 |
| HSL | 294.29º | 0.4% | 0.58% | - |
| HSV(B) | 294.29º | 0.44% | 0.75% | - |
| XYZ | 34.19 | 24.34 | 52.19 | - |
| YUV | 139.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 191 | 0.04 | 0.44 | 0 | 0.25 | 294.29 | 0.4 | 0.58 |
| Hex | B7 | 6B | BF | 4 | 2C | 0 | 19 | 126 | 28 | 3A |
| Octal | 267 | 153 | 277 | 4 | 54 | 0 | 31 | 446 | 50 | 72 |
| Binary | 10110111 | 1101011 | 10111111 | 100 | 101100 | 0 | 11001 | 100100110 | 101000 | 111010 |
Color Harmonies of #B76BBF
Complementary color
Monochromatic Colors of #B76BBF
Black with #B76BBF
Text Example
Text Example
White with #B76BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BBF; }
p { color: rgb(183,107,191); }
H1.HeaderClassName
{
color: #B76BBF;
}
.AnyTagClassName
{
color: #B76BBF;
}
</style>
background-color css
<style>
a { background-color: #B76BBF; }
a { background-color: rgb(183,107,191); }
div.DivClassName
{
background-color: #B76BBF;
}
.BgClassName
{
background-color: #B76BBF;
}
</style>
border-color css
<style>
span { border-color: #B76BBF; }
span { border-color: rgb(183,107,191); }
td.TdClassName
{
border-color: #B76BBF;
}
.TagClassName
{
border-color: #B76BBF;
}
</style>