Shades of Fuchsia #B76EBD
Tints of Fuchsia #B76EBD
RGB
CMYK
RGB Variations
Color information
#B76EBD (or 0xB76EBD) is known color: Fuchsia. HEX triplet: B7, 6E and BD. RGB value is (183,110,189). Sum of RGB (Red+Green+Blue) = 183+110+189=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #B76EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EBD is #489142. Grayscale: #8C8C8C. Windows color (decimal): -4755779 or 12414647. OLE color: 12414647.
HSL color Cylindrical-coordinate representation of color #B76EBD: hue angle of 295.44º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76EBD is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 110 | 189 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.26 |
| HSL | 295.44º | 0.37% | 0.59% | - |
| HSV(B) | 295.44º | 0.42% | 0.74% | - |
| XYZ | 34.29 | 24.89 | 51.14 | - |
| YUV | 140.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 189 | 0.03 | 0.42 | 0 | 0.26 | 295.44 | 0.37 | 0.59 |
| Hex | B7 | 6E | BD | 3 | 2A | 0 | 1A | 127 | 25 | 3B |
| Octal | 267 | 156 | 275 | 3 | 52 | 0 | 32 | 447 | 45 | 73 |
| Binary | 10110111 | 1101110 | 10111101 | 11 | 101010 | 0 | 11010 | 100100111 | 100101 | 111011 |
Color Harmonies of #B76EBD
Complementary color
Monochromatic Colors of #B76EBD
Black with #B76EBD
Text Example
Text Example
White with #B76EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EBD; }
p { color: rgb(183,110,189); }
H1.HeaderClassName
{
color: #B76EBD;
}
.AnyTagClassName
{
color: #B76EBD;
}
</style>
background-color css
<style>
a { background-color: #B76EBD; }
a { background-color: rgb(183,110,189); }
div.DivClassName
{
background-color: #B76EBD;
}
.BgClassName
{
background-color: #B76EBD;
}
</style>
border-color css
<style>
span { border-color: #B76EBD; }
span { border-color: rgb(183,110,189); }
td.TdClassName
{
border-color: #B76EBD;
}
.TagClassName
{
border-color: #B76EBD;
}
</style>