Shades of Fuchsia #B766BC
Tints of Fuchsia #B766BC
RGB
CMYK
RGB Variations
Color information
#B766BC (or 0xB766BC) is known color: Fuchsia. HEX triplet: B7, 66 and BC. RGB value is (183,102,188). Sum of RGB (Red+Green+Blue) = 183+102+188=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #B766BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766BC is #489943. Grayscale: #878787. Windows color (decimal): -4757828 or 12347063. OLE color: 12347063.
HSL color Cylindrical-coordinate representation of color #B766BC: hue angle of 296.51º degrees, saturation: 0.39, 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 #B766BC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 102 | 188 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.26 |
| HSL | 296.51º | 0.39% | 0.57% | - |
| HSV(B) | 296.51º | 0.46% | 0.74% | - |
| XYZ | 33.36 | 23.2 | 50.3 | - |
| YUV | 136.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 188 | 0.03 | 0.46 | 0 | 0.26 | 296.51 | 0.39 | 0.57 |
| Hex | B7 | 66 | BC | 3 | 2E | 0 | 1A | 129 | 27 | 39 |
| Octal | 267 | 146 | 274 | 3 | 56 | 0 | 32 | 451 | 47 | 71 |
| Binary | 10110111 | 1100110 | 10111100 | 11 | 101110 | 0 | 11010 | 100101001 | 100111 | 111001 |
Color Harmonies of #B766BC
Complementary color
Monochromatic Colors of #B766BC
Black with #B766BC
Text Example
Text Example
White with #B766BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766BC; }
p { color: rgb(183,102,188); }
H1.HeaderClassName
{
color: #B766BC;
}
.AnyTagClassName
{
color: #B766BC;
}
</style>
background-color css
<style>
a { background-color: #B766BC; }
a { background-color: rgb(183,102,188); }
div.DivClassName
{
background-color: #B766BC;
}
.BgClassName
{
background-color: #B766BC;
}
</style>
border-color css
<style>
span { border-color: #B766BC; }
span { border-color: rgb(183,102,188); }
td.TdClassName
{
border-color: #B766BC;
}
.TagClassName
{
border-color: #B766BC;
}
</style>