Shades of Fuchsia #B770BA
Tints of Fuchsia #B770BA
RGB
CMYK
RGB Variations
Color information
#B770BA (or 0xB770BA) is known color: Fuchsia. HEX triplet: B7, 70 and BA. RGB value is (183,112,186). Sum of RGB (Red+Green+Blue) = 183+112+186=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B770BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770BA is #488F45. Grayscale: #8D8D8D. Windows color (decimal): -4755270 or 12218551. OLE color: 12218551.
HSL color Cylindrical-coordinate representation of color #B770BA: hue angle of 297.57º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B770BA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 112 | 186 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.27 |
| HSL | 297.57º | 0.35% | 0.58% | - |
| HSV(B) | 297.57º | 0.4% | 0.73% | - |
| XYZ | 34.19 | 25.2 | 49.52 | - |
| YUV | 141.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 186 | 0.02 | 0.40 | 0 | 0.27 | 297.57 | 0.35 | 0.58 |
| Hex | B7 | 70 | BA | 2 | 28 | 0 | 1B | 12A | 23 | 3A |
| Octal | 267 | 160 | 272 | 2 | 50 | 0 | 33 | 452 | 43 | 72 |
| Binary | 10110111 | 1110000 | 10111010 | 10 | 101000 | 0 | 11011 | 100101010 | 100011 | 111010 |
Color Harmonies of #B770BA
Complementary color
Monochromatic Colors of #B770BA
Black with #B770BA
Text Example
Text Example
White with #B770BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770BA; }
p { color: rgb(183,112,186); }
H1.HeaderClassName
{
color: #B770BA;
}
.AnyTagClassName
{
color: #B770BA;
}
</style>
background-color css
<style>
a { background-color: #B770BA; }
a { background-color: rgb(183,112,186); }
div.DivClassName
{
background-color: #B770BA;
}
.BgClassName
{
background-color: #B770BA;
}
</style>
border-color css
<style>
span { border-color: #B770BA; }
span { border-color: rgb(183,112,186); }
td.TdClassName
{
border-color: #B770BA;
}
.TagClassName
{
border-color: #B770BA;
}
</style>