Shades of Fuchsia #B770BC
Tints of Fuchsia #B770BC
RGB
CMYK
RGB Variations
Color information
#B770BC (or 0xB770BC) is known color: Fuchsia. HEX triplet: B7, 70 and BC. RGB value is (183,112,188). Sum of RGB (Red+Green+Blue) = 183+112+188=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #B770BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770BC is #488F43. Grayscale: #8D8D8D. Windows color (decimal): -4755268 or 12349623. OLE color: 12349623.
HSL color Cylindrical-coordinate representation of color #B770BC: hue angle of 296.05º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B770BC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 112 | 188 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.26 |
| HSL | 296.05º | 0.36% | 0.59% | - |
| HSV(B) | 296.05º | 0.4% | 0.74% | - |
| XYZ | 34.4 | 25.29 | 50.64 | - |
| YUV | 141.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 188 | 0.03 | 0.40 | 0 | 0.26 | 296.05 | 0.36 | 0.59 |
| Hex | B7 | 70 | BC | 3 | 28 | 0 | 1A | 128 | 24 | 3B |
| Octal | 267 | 160 | 274 | 3 | 50 | 0 | 32 | 450 | 44 | 73 |
| Binary | 10110111 | 1110000 | 10111100 | 11 | 101000 | 0 | 11010 | 100101000 | 100100 | 111011 |
Color Harmonies of #B770BC
Complementary color
Monochromatic Colors of #B770BC
Black with #B770BC
Text Example
Text Example
White with #B770BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770BC; }
p { color: rgb(183,112,188); }
H1.HeaderClassName
{
color: #B770BC;
}
.AnyTagClassName
{
color: #B770BC;
}
</style>
background-color css
<style>
a { background-color: #B770BC; }
a { background-color: rgb(183,112,188); }
div.DivClassName
{
background-color: #B770BC;
}
.BgClassName
{
background-color: #B770BC;
}
</style>
border-color css
<style>
span { border-color: #B770BC; }
span { border-color: rgb(183,112,188); }
td.TdClassName
{
border-color: #B770BC;
}
.TagClassName
{
border-color: #B770BC;
}
</style>