Shades of Fuchsia #B266BE
Tints of Fuchsia #B266BE
RGB
CMYK
RGB Variations
Color information
#B266BE (or 0xB266BE) is known color: Fuchsia. HEX triplet: B2, 66 and BE. RGB value is (178,102,190). Sum of RGB (Red+Green+Blue) = 178+102+190=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #B266BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266BE is #4D9941. Grayscale: #868686. Windows color (decimal): -5085506 or 12478130. OLE color: 12478130.
HSL color Cylindrical-coordinate representation of color #B266BE: hue angle of 291.82º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B266BE is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 102 | 190 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.25 |
| HSL | 291.82º | 0.4% | 0.57% | - |
| HSV(B) | 291.82º | 0.46% | 0.75% | - |
| XYZ | 32.41 | 22.69 | 51.39 | - |
| YUV | 134.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 190 | 0.06 | 0.46 | 0 | 0.25 | 291.82 | 0.4 | 0.57 |
| Hex | B2 | 66 | BE | 6 | 2E | 0 | 19 | 124 | 28 | 39 |
| Octal | 262 | 146 | 276 | 6 | 56 | 0 | 31 | 444 | 50 | 71 |
| Binary | 10110010 | 1100110 | 10111110 | 110 | 101110 | 0 | 11001 | 100100100 | 101000 | 111001 |
Color Harmonies of #B266BE
Complementary color
Monochromatic Colors of #B266BE
Black with #B266BE
Text Example
Text Example
White with #B266BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B266BE; }
p { color: rgb(178,102,190); }
H1.HeaderClassName
{
color: #B266BE;
}
.AnyTagClassName
{
color: #B266BE;
}
</style>
background-color css
<style>
a { background-color: #B266BE; }
a { background-color: rgb(178,102,190); }
div.DivClassName
{
background-color: #B266BE;
}
.BgClassName
{
background-color: #B266BE;
}
</style>
border-color css
<style>
span { border-color: #B266BE; }
span { border-color: rgb(178,102,190); }
td.TdClassName
{
border-color: #B266BE;
}
.TagClassName
{
border-color: #B266BE;
}
</style>