Shades of Fuchsia #B066BA
Tints of Fuchsia #B066BA
RGB
CMYK
RGB Variations
Color information
#B066BA (or 0xB066BA) is known color: Fuchsia. HEX triplet: B0, 66 and BA. RGB value is (176,102,186). Sum of RGB (Red+Green+Blue) = 176+102+186=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #B066BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066BA is #4F9945. Grayscale: #858585. Windows color (decimal): -5216582 or 12215984. OLE color: 12215984.
HSL color Cylindrical-coordinate representation of color #B066BA: hue angle of 292.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B066BA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 102 | 186 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.27 |
| HSL | 292.86º | 0.38% | 0.56% | - |
| HSV(B) | 292.86º | 0.45% | 0.73% | - |
| XYZ | 31.52 | 22.28 | 49.09 | - |
| YUV | 133.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 186 | 0.05 | 0.45 | 0 | 0.27 | 292.86 | 0.38 | 0.56 |
| Hex | B0 | 66 | BA | 5 | 2D | 0 | 1B | 125 | 26 | 38 |
| Octal | 260 | 146 | 272 | 5 | 55 | 0 | 33 | 445 | 46 | 70 |
| Binary | 10110000 | 1100110 | 10111010 | 101 | 101101 | 0 | 11011 | 100100101 | 100110 | 111000 |
Color Harmonies of #B066BA
Complementary color
Monochromatic Colors of #B066BA
Black with #B066BA
Text Example
Text Example
White with #B066BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066BA; }
p { color: rgb(176,102,186); }
H1.HeaderClassName
{
color: #B066BA;
}
.AnyTagClassName
{
color: #B066BA;
}
</style>
background-color css
<style>
a { background-color: #B066BA; }
a { background-color: rgb(176,102,186); }
div.DivClassName
{
background-color: #B066BA;
}
.BgClassName
{
background-color: #B066BA;
}
</style>
border-color css
<style>
span { border-color: #B066BA; }
span { border-color: rgb(176,102,186); }
td.TdClassName
{
border-color: #B066BA;
}
.TagClassName
{
border-color: #B066BA;
}
</style>