Shades of Fuchsia #B06DB7
Tints of Fuchsia #B06DB7
RGB
CMYK
RGB Variations
Color information
#B06DB7 (or 0xB06DB7) is known color: Fuchsia. HEX triplet: B0, 6D and B7. RGB value is (176,109,183). Sum of RGB (Red+Green+Blue) = 176+109+183=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #B06DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DB7 is #4F9248. Grayscale: #898989. Windows color (decimal): -5214793 or 12021168. OLE color: 12021168.
HSL color Cylindrical-coordinate representation of color #B06DB7: hue angle of 294.32º 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 #B06DB7 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 109 | 183 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.28 |
| HSL | 294.32º | 0.34% | 0.57% | - |
| HSV(B) | 294.32º | 0.4% | 0.72% | - |
| XYZ | 31.92 | 23.59 | 47.67 | - |
| YUV | 137.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 183 | 0.04 | 0.40 | 0 | 0.28 | 294.32 | 0.34 | 0.57 |
| Hex | B0 | 6D | B7 | 4 | 28 | 0 | 1C | 126 | 22 | 39 |
| Octal | 260 | 155 | 267 | 4 | 50 | 0 | 34 | 446 | 42 | 71 |
| Binary | 10110000 | 1101101 | 10110111 | 100 | 101000 | 0 | 11100 | 100100110 | 100010 | 111001 |
Color Harmonies of #B06DB7
Complementary color
Monochromatic Colors of #B06DB7
Black with #B06DB7
Text Example
Text Example
White with #B06DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06DB7; }
p { color: rgb(176,109,183); }
H1.HeaderClassName
{
color: #B06DB7;
}
.AnyTagClassName
{
color: #B06DB7;
}
</style>
background-color css
<style>
a { background-color: #B06DB7; }
a { background-color: rgb(176,109,183); }
div.DivClassName
{
background-color: #B06DB7;
}
.BgClassName
{
background-color: #B06DB7;
}
</style>
border-color css
<style>
span { border-color: #B06DB7; }
span { border-color: rgb(176,109,183); }
td.TdClassName
{
border-color: #B06DB7;
}
.TagClassName
{
border-color: #B06DB7;
}
</style>