Shades of Fuchsia #B268B4
Tints of Fuchsia #B268B4
RGB
CMYK
RGB Variations
Color information
#B268B4 (or 0xB268B4) is known color: Fuchsia. HEX triplet: B2, 68 and B4. RGB value is (178,104,180). Sum of RGB (Red+Green+Blue) = 178+104+180=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #B268B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268B4 is #4D974B. Grayscale: #868686. Windows color (decimal): -5085004 or 11823282. OLE color: 11823282.
HSL color Cylindrical-coordinate representation of color #B268B4: hue angle of 298.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B268B4 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 104 | 180 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.29 |
| HSL | 298.42º | 0.34% | 0.56% | - |
| HSV(B) | 298.42º | 0.42% | 0.71% | - |
| XYZ | 31.55 | 22.66 | 45.89 | - |
| YUV | 134.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 180 | 0.01 | 0.42 | 0 | 0.29 | 298.42 | 0.34 | 0.56 |
| Hex | B2 | 68 | B4 | 1 | 2A | 0 | 1D | 12A | 22 | 38 |
| Octal | 262 | 150 | 264 | 1 | 52 | 0 | 35 | 452 | 42 | 70 |
| Binary | 10110010 | 1101000 | 10110100 | 1 | 101010 | 0 | 11101 | 100101010 | 100010 | 111000 |
Color Harmonies of #B268B4
Complementary color
Monochromatic Colors of #B268B4
Black with #B268B4
Text Example
Text Example
White with #B268B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268B4; }
p { color: rgb(178,104,180); }
H1.HeaderClassName
{
color: #B268B4;
}
.AnyTagClassName
{
color: #B268B4;
}
</style>
background-color css
<style>
a { background-color: #B268B4; }
a { background-color: rgb(178,104,180); }
div.DivClassName
{
background-color: #B268B4;
}
.BgClassName
{
background-color: #B268B4;
}
</style>
border-color css
<style>
span { border-color: #B268B4; }
span { border-color: rgb(178,104,180); }
td.TdClassName
{
border-color: #B268B4;
}
.TagClassName
{
border-color: #B268B4;
}
</style>