Shades of Fuchsia #B66FBF
Tints of Fuchsia #B66FBF
RGB
CMYK
RGB Variations
Color information
#B66FBF (or 0xB66FBF) is known color: Fuchsia. HEX triplet: B6, 6F and BF. RGB value is (182,111,191). Sum of RGB (Red+Green+Blue) = 182+111+191=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #B66FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FBF is #499040. Grayscale: #8D8D8D. Windows color (decimal): -4821057 or 12545974. OLE color: 12545974.
HSL color Cylindrical-coordinate representation of color #B66FBF: hue angle of 293.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66FBF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 111 | 191 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.25 |
| HSL | 293.25º | 0.38% | 0.59% | - |
| HSV(B) | 293.25º | 0.42% | 0.75% | - |
| XYZ | 34.38 | 25.08 | 52.32 | - |
| YUV | 141.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 191 | 0.05 | 0.42 | 0 | 0.25 | 293.25 | 0.38 | 0.59 |
| Hex | B6 | 6F | BF | 5 | 2A | 0 | 19 | 125 | 26 | 3B |
| Octal | 266 | 157 | 277 | 5 | 52 | 0 | 31 | 445 | 46 | 73 |
| Binary | 10110110 | 1101111 | 10111111 | 101 | 101010 | 0 | 11001 | 100100101 | 100110 | 111011 |
Color Harmonies of #B66FBF
Complementary color
Monochromatic Colors of #B66FBF
Black with #B66FBF
Text Example
Text Example
White with #B66FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66FBF; }
p { color: rgb(182,111,191); }
H1.HeaderClassName
{
color: #B66FBF;
}
.AnyTagClassName
{
color: #B66FBF;
}
</style>
background-color css
<style>
a { background-color: #B66FBF; }
a { background-color: rgb(182,111,191); }
div.DivClassName
{
background-color: #B66FBF;
}
.BgClassName
{
background-color: #B66FBF;
}
</style>
border-color css
<style>
span { border-color: #B66FBF; }
span { border-color: rgb(182,111,191); }
td.TdClassName
{
border-color: #B66FBF;
}
.TagClassName
{
border-color: #B66FBF;
}
</style>