Shades of Fuchsia #B966BC
Tints of Fuchsia #B966BC
RGB
CMYK
RGB Variations
Color information
#B966BC (or 0xB966BC) is known color: Fuchsia. HEX triplet: B9, 66 and BC. RGB value is (185,102,188). Sum of RGB (Red+Green+Blue) = 185+102+188=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #B966BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966BC is #469943. Grayscale: #888888. Windows color (decimal): -4626756 or 12347065. OLE color: 12347065.
HSL color Cylindrical-coordinate representation of color #B966BC: hue angle of 297.91º 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 #B966BC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 102 | 188 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.26 |
| HSL | 297.91º | 0.39% | 0.57% | - |
| HSV(B) | 297.91º | 0.46% | 0.74% | - |
| XYZ | 33.84 | 23.45 | 50.32 | - |
| YUV | 136.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 188 | 0.02 | 0.46 | 0 | 0.26 | 297.91 | 0.39 | 0.57 |
| Hex | B9 | 66 | BC | 2 | 2E | 0 | 1A | 12A | 27 | 39 |
| Octal | 271 | 146 | 274 | 2 | 56 | 0 | 32 | 452 | 47 | 71 |
| Binary | 10111001 | 1100110 | 10111100 | 10 | 101110 | 0 | 11010 | 100101010 | 100111 | 111001 |
Color Harmonies of #B966BC
Complementary color
Monochromatic Colors of #B966BC
Black with #B966BC
Text Example
Text Example
White with #B966BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966BC; }
p { color: rgb(185,102,188); }
H1.HeaderClassName
{
color: #B966BC;
}
.AnyTagClassName
{
color: #B966BC;
}
</style>
background-color css
<style>
a { background-color: #B966BC; }
a { background-color: rgb(185,102,188); }
div.DivClassName
{
background-color: #B966BC;
}
.BgClassName
{
background-color: #B966BC;
}
</style>
border-color css
<style>
span { border-color: #B966BC; }
span { border-color: rgb(185,102,188); }
td.TdClassName
{
border-color: #B966BC;
}
.TagClassName
{
border-color: #B966BC;
}
</style>