Shades of Fuchsia #B766BD
Tints of Fuchsia #B766BD
RGB
CMYK
RGB Variations
Color information
#B766BD (or 0xB766BD) is known color: Fuchsia. HEX triplet: B7, 66 and BD. RGB value is (183,102,189). Sum of RGB (Red+Green+Blue) = 183+102+189=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #B766BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766BD is #489942. Grayscale: #878787. Windows color (decimal): -4757827 or 12412599. OLE color: 12412599.
HSL color Cylindrical-coordinate representation of color #B766BD: hue angle of 295.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B766BD is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 102 | 189 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.26 |
| HSL | 295.86º | 0.4% | 0.57% | - |
| HSV(B) | 295.86º | 0.46% | 0.74% | - |
| XYZ | 33.47 | 23.24 | 50.87 | - |
| YUV | 136.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 189 | 0.03 | 0.46 | 0 | 0.26 | 295.86 | 0.4 | 0.57 |
| Hex | B7 | 66 | BD | 3 | 2E | 0 | 1A | 128 | 28 | 39 |
| Octal | 267 | 146 | 275 | 3 | 56 | 0 | 32 | 450 | 50 | 71 |
| Binary | 10110111 | 1100110 | 10111101 | 11 | 101110 | 0 | 11010 | 100101000 | 101000 | 111001 |
Color Harmonies of #B766BD
Complementary color
Monochromatic Colors of #B766BD
Black with #B766BD
Text Example
Text Example
White with #B766BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766BD; }
p { color: rgb(183,102,189); }
H1.HeaderClassName
{
color: #B766BD;
}
.AnyTagClassName
{
color: #B766BD;
}
</style>
background-color css
<style>
a { background-color: #B766BD; }
a { background-color: rgb(183,102,189); }
div.DivClassName
{
background-color: #B766BD;
}
.BgClassName
{
background-color: #B766BD;
}
</style>
border-color css
<style>
span { border-color: #B766BD; }
span { border-color: rgb(183,102,189); }
td.TdClassName
{
border-color: #B766BD;
}
.TagClassName
{
border-color: #B766BD;
}
</style>