Shades of Fuchsia #B568BC
Tints of Fuchsia #B568BC
RGB
CMYK
RGB Variations
Color information
#B568BC (or 0xB568BC) is known color: Fuchsia. HEX triplet: B5, 68 and BC. RGB value is (181,104,188). Sum of RGB (Red+Green+Blue) = 181+104+188=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #B568BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568BC is #4A9743. Grayscale: #888888. Windows color (decimal): -4888388 or 12347573. OLE color: 12347573.
HSL color Cylindrical-coordinate representation of color #B568BC: hue angle of 295º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B568BC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 104 | 188 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.26 |
| HSL | 295º | 0.39% | 0.57% | - |
| HSV(B) | 295º | 0.45% | 0.74% | - |
| XYZ | 33.08 | 23.36 | 50.34 | - |
| YUV | 136.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 188 | 0.04 | 0.45 | 0 | 0.26 | 295 | 0.39 | 0.57 |
| Hex | B5 | 68 | BC | 4 | 2D | 0 | 1A | 127 | 27 | 39 |
| Octal | 265 | 150 | 274 | 4 | 55 | 0 | 32 | 447 | 47 | 71 |
| Binary | 10110101 | 1101000 | 10111100 | 100 | 101101 | 0 | 11010 | 100100111 | 100111 | 111001 |
Color Harmonies of #B568BC
Complementary color
Monochromatic Colors of #B568BC
Black with #B568BC
Text Example
Text Example
White with #B568BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568BC; }
p { color: rgb(181,104,188); }
H1.HeaderClassName
{
color: #B568BC;
}
.AnyTagClassName
{
color: #B568BC;
}
</style>
background-color css
<style>
a { background-color: #B568BC; }
a { background-color: rgb(181,104,188); }
div.DivClassName
{
background-color: #B568BC;
}
.BgClassName
{
background-color: #B568BC;
}
</style>
border-color css
<style>
span { border-color: #B568BC; }
span { border-color: rgb(181,104,188); }
td.TdClassName
{
border-color: #B568BC;
}
.TagClassName
{
border-color: #B568BC;
}
</style>