Shades of Fuchsia #B268BA
Tints of Fuchsia #B268BA
RGB
CMYK
RGB Variations
Color information
#B268BA (or 0xB268BA) is known color: Fuchsia. HEX triplet: B2, 68 and BA. RGB value is (178,104,186). Sum of RGB (Red+Green+Blue) = 178+104+186=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #B268BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268BA is #4D9745. Grayscale: #878787. Windows color (decimal): -5084998 or 12216498. OLE color: 12216498.
HSL color Cylindrical-coordinate representation of color #B268BA: hue angle of 294.15º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B268BA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 104 | 186 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.27 |
| HSL | 294.15º | 0.37% | 0.57% | - |
| HSV(B) | 294.15º | 0.44% | 0.73% | - |
| XYZ | 32.17 | 22.91 | 49.18 | - |
| YUV | 135.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 186 | 0.04 | 0.44 | 0 | 0.27 | 294.15 | 0.37 | 0.57 |
| Hex | B2 | 68 | BA | 4 | 2C | 0 | 1B | 126 | 25 | 39 |
| Octal | 262 | 150 | 272 | 4 | 54 | 0 | 33 | 446 | 45 | 71 |
| Binary | 10110010 | 1101000 | 10111010 | 100 | 101100 | 0 | 11011 | 100100110 | 100101 | 111001 |
Color Harmonies of #B268BA
Complementary color
Monochromatic Colors of #B268BA
Black with #B268BA
Text Example
Text Example
White with #B268BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268BA; }
p { color: rgb(178,104,186); }
H1.HeaderClassName
{
color: #B268BA;
}
.AnyTagClassName
{
color: #B268BA;
}
</style>
background-color css
<style>
a { background-color: #B268BA; }
a { background-color: rgb(178,104,186); }
div.DivClassName
{
background-color: #B268BA;
}
.BgClassName
{
background-color: #B268BA;
}
</style>
border-color css
<style>
span { border-color: #B268BA; }
span { border-color: rgb(178,104,186); }
td.TdClassName
{
border-color: #B268BA;
}
.TagClassName
{
border-color: #B268BA;
}
</style>