Shades of Fuchsia #B76CC0
Tints of Fuchsia #B76CC0
RGB
CMYK
RGB Variations
Color information
#B76CC0 (or 0xB76CC0) is known color: Fuchsia. HEX triplet: B7, 6C and C0. RGB value is (183,108,192). Sum of RGB (Red+Green+Blue) = 183+108+192=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #B76CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CC0 is #48933F. Grayscale: #8B8B8B. Windows color (decimal): -4756288 or 12610743. OLE color: 12610743.
HSL color Cylindrical-coordinate representation of color #B76CC0: hue angle of 293.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76CC0 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 108 | 192 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.25 |
| HSL | 293.57º | 0.4% | 0.59% | - |
| HSV(B) | 293.57º | 0.44% | 0.75% | - |
| XYZ | 34.41 | 24.6 | 52.8 | - |
| YUV | 140 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 192 | 0.05 | 0.44 | 0 | 0.25 | 293.57 | 0.4 | 0.59 |
| Hex | B7 | 6C | C0 | 5 | 2C | 0 | 19 | 126 | 28 | 3B |
| Octal | 267 | 154 | 300 | 5 | 54 | 0 | 31 | 446 | 50 | 73 |
| Binary | 10110111 | 1101100 | 11000000 | 101 | 101100 | 0 | 11001 | 100100110 | 101000 | 111011 |
Color Harmonies of #B76CC0
Complementary color
Monochromatic Colors of #B76CC0
Black with #B76CC0
Text Example
Text Example
White with #B76CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CC0; }
p { color: rgb(183,108,192); }
H1.HeaderClassName
{
color: #B76CC0;
}
.AnyTagClassName
{
color: #B76CC0;
}
</style>
background-color css
<style>
a { background-color: #B76CC0; }
a { background-color: rgb(183,108,192); }
div.DivClassName
{
background-color: #B76CC0;
}
.BgClassName
{
background-color: #B76CC0;
}
</style>
border-color css
<style>
span { border-color: #B76CC0; }
span { border-color: rgb(183,108,192); }
td.TdClassName
{
border-color: #B76CC0;
}
.TagClassName
{
border-color: #B76CC0;
}
</style>