Shades of Fuchsia #B266B9
Tints of Fuchsia #B266B9
RGB
CMYK
RGB Variations
Color information
#B266B9 (or 0xB266B9) is known color: Fuchsia. HEX triplet: B2, 66 and B9. RGB value is (178,102,185). Sum of RGB (Red+Green+Blue) = 178+102+185=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 185 - color contains mainly: blue. Hex color #B266B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266B9 is #4D9946. Grayscale: #858585. Windows color (decimal): -5085511 or 12150450. OLE color: 12150450.
HSL color Cylindrical-coordinate representation of color #B266B9: hue angle of 294.94º degrees, saturation: 0.37, 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 #B266B9 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 102 | 185 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.27 |
| HSL | 294.94º | 0.37% | 0.56% | - |
| HSV(B) | 294.94º | 0.45% | 0.73% | - |
| XYZ | 31.87 | 22.47 | 48.56 | - |
| YUV | 134.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 185 | 0.04 | 0.45 | 0 | 0.27 | 294.94 | 0.37 | 0.56 |
| Hex | B2 | 66 | B9 | 4 | 2D | 0 | 1B | 127 | 25 | 38 |
| Octal | 262 | 146 | 271 | 4 | 55 | 0 | 33 | 447 | 45 | 70 |
| Binary | 10110010 | 1100110 | 10111001 | 100 | 101101 | 0 | 11011 | 100100111 | 100101 | 111000 |
Color Harmonies of #B266B9
Complementary color
Monochromatic Colors of #B266B9
Black with #B266B9
Text Example
Text Example
White with #B266B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B266B9; }
p { color: rgb(178,102,185); }
H1.HeaderClassName
{
color: #B266B9;
}
.AnyTagClassName
{
color: #B266B9;
}
</style>
background-color css
<style>
a { background-color: #B266B9; }
a { background-color: rgb(178,102,185); }
div.DivClassName
{
background-color: #B266B9;
}
.BgClassName
{
background-color: #B266B9;
}
</style>
border-color css
<style>
span { border-color: #B266B9; }
span { border-color: rgb(178,102,185); }
td.TdClassName
{
border-color: #B266B9;
}
.TagClassName
{
border-color: #B266B9;
}
</style>