Shades of Fuchsia #B76BBC
Tints of Fuchsia #B76BBC
RGB
CMYK
RGB Variations
Color information
#B76BBC (or 0xB76BBC) is known color: Fuchsia. HEX triplet: B7, 6B and BC. RGB value is (183,107,188). Sum of RGB (Red+Green+Blue) = 183+107+188=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #B76BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BBC is #489443. Grayscale: #8A8A8A. Windows color (decimal): -4756548 or 12348343. OLE color: 12348343.
HSL color Cylindrical-coordinate representation of color #B76BBC: hue angle of 296.3º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76BBC is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 107 | 188 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.26 |
| HSL | 296.3º | 0.38% | 0.58% | - |
| HSV(B) | 296.3º | 0.43% | 0.74% | - |
| XYZ | 33.86 | 24.21 | 50.47 | - |
| YUV | 138.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 188 | 0.03 | 0.43 | 0 | 0.26 | 296.3 | 0.38 | 0.58 |
| Hex | B7 | 6B | BC | 3 | 2B | 0 | 1A | 128 | 26 | 3A |
| Octal | 267 | 153 | 274 | 3 | 53 | 0 | 32 | 450 | 46 | 72 |
| Binary | 10110111 | 1101011 | 10111100 | 11 | 101011 | 0 | 11010 | 100101000 | 100110 | 111010 |
Color Harmonies of #B76BBC
Complementary color
Monochromatic Colors of #B76BBC
Black with #B76BBC
Text Example
Text Example
White with #B76BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BBC; }
p { color: rgb(183,107,188); }
H1.HeaderClassName
{
color: #B76BBC;
}
.AnyTagClassName
{
color: #B76BBC;
}
</style>
background-color css
<style>
a { background-color: #B76BBC; }
a { background-color: rgb(183,107,188); }
div.DivClassName
{
background-color: #B76BBC;
}
.BgClassName
{
background-color: #B76BBC;
}
</style>
border-color css
<style>
span { border-color: #B76BBC; }
span { border-color: rgb(183,107,188); }
td.TdClassName
{
border-color: #B76BBC;
}
.TagClassName
{
border-color: #B76BBC;
}
</style>