Shades of Fuchsia #B76DB6
Tints of Fuchsia #B76DB6
RGB
CMYK
RGB Variations
Color information
#B76DB6 (or 0xB76DB6) is known color: Fuchsia. HEX triplet: B7, 6D and B6. RGB value is (183,109,182). Sum of RGB (Red+Green+Blue) = 183+109+182=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B76DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DB6 is #489249. Grayscale: #8B8B8B. Windows color (decimal): -4756042 or 11955639. OLE color: 11955639.
HSL color Cylindrical-coordinate representation of color #B76DB6: hue angle of 300.81º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76DB6 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 182 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.28 |
| HSL | 300.81º | 0.34% | 0.57% | - |
| HSV(B) | 300.81º | 0.4% | 0.72% | - |
| XYZ | 33.44 | 24.38 | 47.2 | - |
| YUV | 139.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 182 | 0 | 0.40 | 0.01 | 0.28 | 300.81 | 0.34 | 0.57 |
| Hex | B7 | 6D | B6 | 0 | 28 | 1 | 1C | 12D | 22 | 39 |
| Octal | 267 | 155 | 266 | 0 | 50 | 1 | 34 | 455 | 42 | 71 |
| Binary | 10110111 | 1101101 | 10110110 | 0 | 101000 | 1 | 11100 | 100101101 | 100010 | 111001 |
Color Harmonies of #B76DB6
Complementary color
Monochromatic Colors of #B76DB6
Black with #B76DB6
Text Example
Text Example
White with #B76DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DB6; }
p { color: rgb(183,109,182); }
H1.HeaderClassName
{
color: #B76DB6;
}
.AnyTagClassName
{
color: #B76DB6;
}
</style>
background-color css
<style>
a { background-color: #B76DB6; }
a { background-color: rgb(183,109,182); }
div.DivClassName
{
background-color: #B76DB6;
}
.BgClassName
{
background-color: #B76DB6;
}
</style>
border-color css
<style>
span { border-color: #B76DB6; }
span { border-color: rgb(183,109,182); }
td.TdClassName
{
border-color: #B76DB6;
}
.TagClassName
{
border-color: #B76DB6;
}
</style>