Shades of Fuchsia #B770BB
Tints of Fuchsia #B770BB
RGB
CMYK
RGB Variations
Color information
#B770BB (or 0xB770BB) is known color: Fuchsia. HEX triplet: B7, 70 and BB. RGB value is (183,112,187). Sum of RGB (Red+Green+Blue) = 183+112+187=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #B770BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770BB is #488F44. Grayscale: #8D8D8D. Windows color (decimal): -4755269 or 12284087. OLE color: 12284087.
HSL color Cylindrical-coordinate representation of color #B770BB: hue angle of 296.8º degrees, saturation: 0.36, 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 #B770BB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 112 | 187 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.27 |
| HSL | 296.8º | 0.36% | 0.59% | - |
| HSV(B) | 296.8º | 0.4% | 0.73% | - |
| XYZ | 34.29 | 25.24 | 50.08 | - |
| YUV | 141.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 187 | 0.02 | 0.40 | 0 | 0.27 | 296.8 | 0.36 | 0.59 |
| Hex | B7 | 70 | BB | 2 | 28 | 0 | 1B | 129 | 24 | 3B |
| Octal | 267 | 160 | 273 | 2 | 50 | 0 | 33 | 451 | 44 | 73 |
| Binary | 10110111 | 1110000 | 10111011 | 10 | 101000 | 0 | 11011 | 100101001 | 100100 | 111011 |
Color Harmonies of #B770BB
Complementary color
Monochromatic Colors of #B770BB
Black with #B770BB
Text Example
Text Example
White with #B770BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770BB; }
p { color: rgb(183,112,187); }
H1.HeaderClassName
{
color: #B770BB;
}
.AnyTagClassName
{
color: #B770BB;
}
</style>
background-color css
<style>
a { background-color: #B770BB; }
a { background-color: rgb(183,112,187); }
div.DivClassName
{
background-color: #B770BB;
}
.BgClassName
{
background-color: #B770BB;
}
</style>
border-color css
<style>
span { border-color: #B770BB; }
span { border-color: rgb(183,112,187); }
td.TdClassName
{
border-color: #B770BB;
}
.TagClassName
{
border-color: #B770BB;
}
</style>