Shades of Fuchsia #B76CBB
Tints of Fuchsia #B76CBB
RGB
CMYK
RGB Variations
Color information
#B76CBB (or 0xB76CBB) is known color: Fuchsia. HEX triplet: B7, 6C and BB. RGB value is (183,108,187). Sum of RGB (Red+Green+Blue) = 183+108+187=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #B76CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CBB is #489344. Grayscale: #8B8B8B. Windows color (decimal): -4756293 or 12283063. OLE color: 12283063.
HSL color Cylindrical-coordinate representation of color #B76CBB: hue angle of 296.96º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76CBB is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 108 | 187 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.27 |
| HSL | 296.96º | 0.37% | 0.58% | - |
| HSV(B) | 296.96º | 0.42% | 0.73% | - |
| XYZ | 33.86 | 24.38 | 49.93 | - |
| YUV | 139.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 187 | 0.02 | 0.42 | 0 | 0.27 | 296.96 | 0.37 | 0.58 |
| Hex | B7 | 6C | BB | 2 | 2A | 0 | 1B | 129 | 25 | 3A |
| Octal | 267 | 154 | 273 | 2 | 52 | 0 | 33 | 451 | 45 | 72 |
| Binary | 10110111 | 1101100 | 10111011 | 10 | 101010 | 0 | 11011 | 100101001 | 100101 | 111010 |
Color Harmonies of #B76CBB
Complementary color
Monochromatic Colors of #B76CBB
Black with #B76CBB
Text Example
Text Example
White with #B76CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CBB; }
p { color: rgb(183,108,187); }
H1.HeaderClassName
{
color: #B76CBB;
}
.AnyTagClassName
{
color: #B76CBB;
}
</style>
background-color css
<style>
a { background-color: #B76CBB; }
a { background-color: rgb(183,108,187); }
div.DivClassName
{
background-color: #B76CBB;
}
.BgClassName
{
background-color: #B76CBB;
}
</style>
border-color css
<style>
span { border-color: #B76CBB; }
span { border-color: rgb(183,108,187); }
td.TdClassName
{
border-color: #B76CBB;
}
.TagClassName
{
border-color: #B76CBB;
}
</style>