Shades of Fuchsia #B76FC1
Tints of Fuchsia #B76FC1
RGB
CMYK
RGB Variations
Color information
#B76FC1 (or 0xB76FC1) is known color: Fuchsia. HEX triplet: B7, 6F and C1. RGB value is (183,111,193). Sum of RGB (Red+Green+Blue) = 183+111+193=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #B76FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FC1 is #48903E. Grayscale: #8D8D8D. Windows color (decimal): -4755519 or 12677047. OLE color: 12677047.
HSL color Cylindrical-coordinate representation of color #B76FC1: hue angle of 292.68º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76FC1 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 111 | 193 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.24 |
| HSL | 292.68º | 0.4% | 0.6% | - |
| HSV(B) | 292.68º | 0.42% | 0.76% | - |
| XYZ | 34.84 | 25.29 | 53.5 | - |
| YUV | 141.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 193 | 0.05 | 0.42 | 0 | 0.24 | 292.68 | 0.4 | 0.6 |
| Hex | B7 | 6F | C1 | 5 | 2A | 0 | 18 | 125 | 28 | 3C |
| Octal | 267 | 157 | 301 | 5 | 52 | 0 | 30 | 445 | 50 | 74 |
| Binary | 10110111 | 1101111 | 11000001 | 101 | 101010 | 0 | 11000 | 100100101 | 101000 | 111100 |
Color Harmonies of #B76FC1
Complementary color
Monochromatic Colors of #B76FC1
Black with #B76FC1
Text Example
Text Example
White with #B76FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FC1; }
p { color: rgb(183,111,193); }
H1.HeaderClassName
{
color: #B76FC1;
}
.AnyTagClassName
{
color: #B76FC1;
}
</style>
background-color css
<style>
a { background-color: #B76FC1; }
a { background-color: rgb(183,111,193); }
div.DivClassName
{
background-color: #B76FC1;
}
.BgClassName
{
background-color: #B76FC1;
}
</style>
border-color css
<style>
span { border-color: #B76FC1; }
span { border-color: rgb(183,111,193); }
td.TdClassName
{
border-color: #B76FC1;
}
.TagClassName
{
border-color: #B76FC1;
}
</style>