Shades of Fuchsia #B266BA
Tints of Fuchsia #B266BA
RGB
CMYK
RGB Variations
Color information
#B266BA (or 0xB266BA) is known color: Fuchsia. HEX triplet: B2, 66 and BA. RGB value is (178,102,186). Sum of RGB (Red+Green+Blue) = 178+102+186=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #B266BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266BA is #4D9945. Grayscale: #868686. Windows color (decimal): -5085510 or 12215986. OLE color: 12215986.
HSL color Cylindrical-coordinate representation of color #B266BA: hue angle of 294.29º 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 #B266BA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 102 | 186 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.27 |
| HSL | 294.29º | 0.38% | 0.56% | - |
| HSV(B) | 294.29º | 0.45% | 0.73% | - |
| XYZ | 31.97 | 22.51 | 49.11 | - |
| YUV | 134.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 186 | 0.04 | 0.45 | 0 | 0.27 | 294.29 | 0.38 | 0.56 |
| Hex | B2 | 66 | BA | 4 | 2D | 0 | 1B | 126 | 26 | 38 |
| Octal | 262 | 146 | 272 | 4 | 55 | 0 | 33 | 446 | 46 | 70 |
| Binary | 10110010 | 1100110 | 10111010 | 100 | 101101 | 0 | 11011 | 100100110 | 100110 | 111000 |
Color Harmonies of #B266BA
Complementary color
Monochromatic Colors of #B266BA
Black with #B266BA
Text Example
Text Example
White with #B266BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B266BA; }
p { color: rgb(178,102,186); }
H1.HeaderClassName
{
color: #B266BA;
}
.AnyTagClassName
{
color: #B266BA;
}
</style>
background-color css
<style>
a { background-color: #B266BA; }
a { background-color: rgb(178,102,186); }
div.DivClassName
{
background-color: #B266BA;
}
.BgClassName
{
background-color: #B266BA;
}
</style>
border-color css
<style>
span { border-color: #B266BA; }
span { border-color: rgb(178,102,186); }
td.TdClassName
{
border-color: #B266BA;
}
.TagClassName
{
border-color: #B266BA;
}
</style>