Shades of Fuchsia #B06BBA
Tints of Fuchsia #B06BBA
RGB
CMYK
RGB Variations
Color information
#B06BBA (or 0xB06BBA) is known color: Fuchsia. HEX triplet: B0, 6B and BA. RGB value is (176,107,186). Sum of RGB (Red+Green+Blue) = 176+107+186=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #B06BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BBA is #4F9445. Grayscale: #888888. Windows color (decimal): -5215302 or 12217264. OLE color: 12217264.
HSL color Cylindrical-coordinate representation of color #B06BBA: hue angle of 292.41º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B06BBA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 107 | 186 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.27 |
| HSL | 292.41º | 0.36% | 0.57% | - |
| HSV(B) | 292.41º | 0.42% | 0.73% | - |
| XYZ | 32.03 | 23.29 | 49.26 | - |
| YUV | 136.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 186 | 0.05 | 0.42 | 0 | 0.27 | 292.41 | 0.36 | 0.57 |
| Hex | B0 | 6B | BA | 5 | 2A | 0 | 1B | 124 | 24 | 39 |
| Octal | 260 | 153 | 272 | 5 | 52 | 0 | 33 | 444 | 44 | 71 |
| Binary | 10110000 | 1101011 | 10111010 | 101 | 101010 | 0 | 11011 | 100100100 | 100100 | 111001 |
Color Harmonies of #B06BBA
Complementary color
Monochromatic Colors of #B06BBA
Black with #B06BBA
Text Example
Text Example
White with #B06BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BBA; }
p { color: rgb(176,107,186); }
H1.HeaderClassName
{
color: #B06BBA;
}
.AnyTagClassName
{
color: #B06BBA;
}
</style>
background-color css
<style>
a { background-color: #B06BBA; }
a { background-color: rgb(176,107,186); }
div.DivClassName
{
background-color: #B06BBA;
}
.BgClassName
{
background-color: #B06BBA;
}
</style>
border-color css
<style>
span { border-color: #B06BBA; }
span { border-color: rgb(176,107,186); }
td.TdClassName
{
border-color: #B06BBA;
}
.TagClassName
{
border-color: #B06BBA;
}
</style>