Shades of Fuchsia #B068BD
Tints of Fuchsia #B068BD
RGB
CMYK
RGB Variations
Color information
#B068BD (or 0xB068BD) is known color: Fuchsia. HEX triplet: B0, 68 and BD. RGB value is (176,104,189). Sum of RGB (Red+Green+Blue) = 176+104+189=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #B068BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068BD is #4F9742. Grayscale: #868686. Windows color (decimal): -5216067 or 12413104. OLE color: 12413104.
HSL color Cylindrical-coordinate representation of color #B068BD: hue angle of 290.82º 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 #B068BD is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 104 | 189 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.26 |
| HSL | 290.82º | 0.39% | 0.57% | - |
| HSV(B) | 290.82º | 0.45% | 0.74% | - |
| XYZ | 32.04 | 22.8 | 50.86 | - |
| YUV | 135.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 189 | 0.07 | 0.45 | 0 | 0.26 | 290.82 | 0.39 | 0.57 |
| Hex | B0 | 68 | BD | 7 | 2D | 0 | 1A | 123 | 27 | 39 |
| Octal | 260 | 150 | 275 | 7 | 55 | 0 | 32 | 443 | 47 | 71 |
| Binary | 10110000 | 1101000 | 10111101 | 111 | 101101 | 0 | 11010 | 100100011 | 100111 | 111001 |
Color Harmonies of #B068BD
Complementary color
Monochromatic Colors of #B068BD
Black with #B068BD
Text Example
Text Example
White with #B068BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068BD; }
p { color: rgb(176,104,189); }
H1.HeaderClassName
{
color: #B068BD;
}
.AnyTagClassName
{
color: #B068BD;
}
</style>
background-color css
<style>
a { background-color: #B068BD; }
a { background-color: rgb(176,104,189); }
div.DivClassName
{
background-color: #B068BD;
}
.BgClassName
{
background-color: #B068BD;
}
</style>
border-color css
<style>
span { border-color: #B068BD; }
span { border-color: rgb(176,104,189); }
td.TdClassName
{
border-color: #B068BD;
}
.TagClassName
{
border-color: #B068BD;
}
</style>