Shades of Fuchsia #B066BC
Tints of Fuchsia #B066BC
RGB
CMYK
RGB Variations
Color information
#B066BC (or 0xB066BC) is known color: Fuchsia. HEX triplet: B0, 66 and BC. RGB value is (176,102,188). Sum of RGB (Red+Green+Blue) = 176+102+188=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #B066BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066BC is #4F9943. Grayscale: #858585. Windows color (decimal): -5216580 or 12347056. OLE color: 12347056.
HSL color Cylindrical-coordinate representation of color #B066BC: hue angle of 291.63º 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 #B066BC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 102 | 188 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.26 |
| HSL | 291.63º | 0.39% | 0.57% | - |
| HSV(B) | 291.63º | 0.46% | 0.74% | - |
| XYZ | 31.73 | 22.36 | 50.22 | - |
| YUV | 133.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 188 | 0.06 | 0.46 | 0 | 0.26 | 291.63 | 0.39 | 0.57 |
| Hex | B0 | 66 | BC | 6 | 2E | 0 | 1A | 124 | 27 | 39 |
| Octal | 260 | 146 | 274 | 6 | 56 | 0 | 32 | 444 | 47 | 71 |
| Binary | 10110000 | 1100110 | 10111100 | 110 | 101110 | 0 | 11010 | 100100100 | 100111 | 111001 |
Color Harmonies of #B066BC
Complementary color
Monochromatic Colors of #B066BC
Black with #B066BC
Text Example
Text Example
White with #B066BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066BC; }
p { color: rgb(176,102,188); }
H1.HeaderClassName
{
color: #B066BC;
}
.AnyTagClassName
{
color: #B066BC;
}
</style>
background-color css
<style>
a { background-color: #B066BC; }
a { background-color: rgb(176,102,188); }
div.DivClassName
{
background-color: #B066BC;
}
.BgClassName
{
background-color: #B066BC;
}
</style>
border-color css
<style>
span { border-color: #B066BC; }
span { border-color: rgb(176,102,188); }
td.TdClassName
{
border-color: #B066BC;
}
.TagClassName
{
border-color: #B066BC;
}
</style>