Shades of Fuchsia #B666BC
Tints of Fuchsia #B666BC
RGB
CMYK
RGB Variations
Color information
#B666BC (or 0xB666BC) is known color: Fuchsia. HEX triplet: B6, 66 and BC. RGB value is (182,102,188). Sum of RGB (Red+Green+Blue) = 182+102+188=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #B666BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666BC is #499943. Grayscale: #878787. Windows color (decimal): -4823364 or 12347062. OLE color: 12347062.
HSL color Cylindrical-coordinate representation of color #B666BC: hue angle of 295.81º 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 #B666BC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 102 | 188 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.26 |
| HSL | 295.81º | 0.39% | 0.57% | - |
| HSV(B) | 295.81º | 0.46% | 0.74% | - |
| XYZ | 33.12 | 23.08 | 50.29 | - |
| YUV | 135.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 188 | 0.03 | 0.46 | 0 | 0.26 | 295.81 | 0.39 | 0.57 |
| Hex | B6 | 66 | BC | 3 | 2E | 0 | 1A | 128 | 27 | 39 |
| Octal | 266 | 146 | 274 | 3 | 56 | 0 | 32 | 450 | 47 | 71 |
| Binary | 10110110 | 1100110 | 10111100 | 11 | 101110 | 0 | 11010 | 100101000 | 100111 | 111001 |
Color Harmonies of #B666BC
Complementary color
Monochromatic Colors of #B666BC
Black with #B666BC
Text Example
Text Example
White with #B666BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666BC; }
p { color: rgb(182,102,188); }
H1.HeaderClassName
{
color: #B666BC;
}
.AnyTagClassName
{
color: #B666BC;
}
</style>
background-color css
<style>
a { background-color: #B666BC; }
a { background-color: rgb(182,102,188); }
div.DivClassName
{
background-color: #B666BC;
}
.BgClassName
{
background-color: #B666BC;
}
</style>
border-color css
<style>
span { border-color: #B666BC; }
span { border-color: rgb(182,102,188); }
td.TdClassName
{
border-color: #B666BC;
}
.TagClassName
{
border-color: #B666BC;
}
</style>