Shades of Fuchsia #B771BB
Tints of Fuchsia #B771BB
RGB
CMYK
RGB Variations
Color information
#B771BB (or 0xB771BB) is known color: Fuchsia. HEX triplet: B7, 71 and BB. RGB value is (183,113,187). Sum of RGB (Red+Green+Blue) = 183+113+187=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #B771BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771BB is #488E44. Grayscale: #8E8E8E. Windows color (decimal): -4755013 or 12284343. OLE color: 12284343.
HSL color Cylindrical-coordinate representation of color #B771BB: hue angle of 296.76º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B771BB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 113 | 187 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.27 |
| HSL | 296.76º | 0.35% | 0.59% | - |
| HSV(B) | 296.76º | 0.4% | 0.73% | - |
| XYZ | 34.4 | 25.47 | 50.12 | - |
| YUV | 142.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 187 | 0.02 | 0.40 | 0 | 0.27 | 296.76 | 0.35 | 0.59 |
| Hex | B7 | 71 | BB | 2 | 28 | 0 | 1B | 129 | 23 | 3B |
| Octal | 267 | 161 | 273 | 2 | 50 | 0 | 33 | 451 | 43 | 73 |
| Binary | 10110111 | 1110001 | 10111011 | 10 | 101000 | 0 | 11011 | 100101001 | 100011 | 111011 |
Color Harmonies of #B771BB
Complementary color
Monochromatic Colors of #B771BB
Black with #B771BB
Text Example
Text Example
White with #B771BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771BB; }
p { color: rgb(183,113,187); }
H1.HeaderClassName
{
color: #B771BB;
}
.AnyTagClassName
{
color: #B771BB;
}
</style>
background-color css
<style>
a { background-color: #B771BB; }
a { background-color: rgb(183,113,187); }
div.DivClassName
{
background-color: #B771BB;
}
.BgClassName
{
background-color: #B771BB;
}
</style>
border-color css
<style>
span { border-color: #B771BB; }
span { border-color: rgb(183,113,187); }
td.TdClassName
{
border-color: #B771BB;
}
.TagClassName
{
border-color: #B771BB;
}
</style>