Shades of Fuchsia #B069BC
Tints of Fuchsia #B069BC
RGB
CMYK
RGB Variations
Color information
#B069BC (or 0xB069BC) is known color: Fuchsia. HEX triplet: B0, 69 and BC. RGB value is (176,105,188). Sum of RGB (Red+Green+Blue) = 176+105+188=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #B069BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069BC is #4F9643. Grayscale: #878787. Windows color (decimal): -5215812 or 12347824. OLE color: 12347824.
HSL color Cylindrical-coordinate representation of color #B069BC: hue angle of 291.33º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B069BC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 105 | 188 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.26 |
| HSL | 291.33º | 0.38% | 0.57% | - |
| HSV(B) | 291.33º | 0.44% | 0.74% | - |
| XYZ | 32.03 | 22.96 | 50.32 | - |
| YUV | 135.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 188 | 0.06 | 0.44 | 0 | 0.26 | 291.33 | 0.38 | 0.57 |
| Hex | B0 | 69 | BC | 6 | 2C | 0 | 1A | 123 | 26 | 39 |
| Octal | 260 | 151 | 274 | 6 | 54 | 0 | 32 | 443 | 46 | 71 |
| Binary | 10110000 | 1101001 | 10111100 | 110 | 101100 | 0 | 11010 | 100100011 | 100110 | 111001 |
Color Harmonies of #B069BC
Complementary color
Monochromatic Colors of #B069BC
Black with #B069BC
Text Example
Text Example
White with #B069BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069BC; }
p { color: rgb(176,105,188); }
H1.HeaderClassName
{
color: #B069BC;
}
.AnyTagClassName
{
color: #B069BC;
}
</style>
background-color css
<style>
a { background-color: #B069BC; }
a { background-color: rgb(176,105,188); }
div.DivClassName
{
background-color: #B069BC;
}
.BgClassName
{
background-color: #B069BC;
}
</style>
border-color css
<style>
span { border-color: #B069BC; }
span { border-color: rgb(176,105,188); }
td.TdClassName
{
border-color: #B069BC;
}
.TagClassName
{
border-color: #B069BC;
}
</style>