Shades of Fuchsia #B268BE
Tints of Fuchsia #B268BE
RGB
CMYK
RGB Variations
Color information
#B268BE (or 0xB268BE) is known color: Fuchsia. HEX triplet: B2, 68 and BE. RGB value is (178,104,190). Sum of RGB (Red+Green+Blue) = 178+104+190=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #B268BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268BE is #4D9741. Grayscale: #878787. Windows color (decimal): -5084994 or 12478642. OLE color: 12478642.
HSL color Cylindrical-coordinate representation of color #B268BE: hue angle of 291.63º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B268BE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 104 | 190 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.25 |
| HSL | 291.63º | 0.4% | 0.58% | - |
| HSV(B) | 291.63º | 0.45% | 0.75% | - |
| XYZ | 32.6 | 23.08 | 51.45 | - |
| YUV | 135.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 190 | 0.06 | 0.45 | 0 | 0.25 | 291.63 | 0.4 | 0.58 |
| Hex | B2 | 68 | BE | 6 | 2D | 0 | 19 | 124 | 28 | 3A |
| Octal | 262 | 150 | 276 | 6 | 55 | 0 | 31 | 444 | 50 | 72 |
| Binary | 10110010 | 1101000 | 10111110 | 110 | 101101 | 0 | 11001 | 100100100 | 101000 | 111010 |
Color Harmonies of #B268BE
Complementary color
Monochromatic Colors of #B268BE
Black with #B268BE
Text Example
Text Example
White with #B268BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268BE; }
p { color: rgb(178,104,190); }
H1.HeaderClassName
{
color: #B268BE;
}
.AnyTagClassName
{
color: #B268BE;
}
</style>
background-color css
<style>
a { background-color: #B268BE; }
a { background-color: rgb(178,104,190); }
div.DivClassName
{
background-color: #B268BE;
}
.BgClassName
{
background-color: #B268BE;
}
</style>
border-color css
<style>
span { border-color: #B268BE; }
span { border-color: rgb(178,104,190); }
td.TdClassName
{
border-color: #B268BE;
}
.TagClassName
{
border-color: #B268BE;
}
</style>