Shades of Fuchsia #B770C0
Tints of Fuchsia #B770C0
RGB
CMYK
RGB Variations
Color information
#B770C0 (or 0xB770C0) is known color: Fuchsia. HEX triplet: B7, 70 and C0. RGB value is (183,112,192). Sum of RGB (Red+Green+Blue) = 183+112+192=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #B770C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770C0 is #488F3F. Grayscale: #8E8E8E. Windows color (decimal): -4755264 or 12611767. OLE color: 12611767.
HSL color Cylindrical-coordinate representation of color #B770C0: hue angle of 293.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B770C0 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 112 | 192 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.25 |
| HSL | 293.25º | 0.39% | 0.6% | - |
| HSV(B) | 293.25º | 0.42% | 0.75% | - |
| XYZ | 34.84 | 25.46 | 52.95 | - |
| YUV | 142.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 192 | 0.05 | 0.42 | 0 | 0.25 | 293.25 | 0.39 | 0.6 |
| Hex | B7 | 70 | C0 | 5 | 2A | 0 | 19 | 125 | 27 | 3C |
| Octal | 267 | 160 | 300 | 5 | 52 | 0 | 31 | 445 | 47 | 74 |
| Binary | 10110111 | 1110000 | 11000000 | 101 | 101010 | 0 | 11001 | 100100101 | 100111 | 111100 |
Color Harmonies of #B770C0
Complementary color
Monochromatic Colors of #B770C0
Black with #B770C0
Text Example
Text Example
White with #B770C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770C0; }
p { color: rgb(183,112,192); }
H1.HeaderClassName
{
color: #B770C0;
}
.AnyTagClassName
{
color: #B770C0;
}
</style>
background-color css
<style>
a { background-color: #B770C0; }
a { background-color: rgb(183,112,192); }
div.DivClassName
{
background-color: #B770C0;
}
.BgClassName
{
background-color: #B770C0;
}
</style>
border-color css
<style>
span { border-color: #B770C0; }
span { border-color: rgb(183,112,192); }
td.TdClassName
{
border-color: #B770C0;
}
.TagClassName
{
border-color: #B770C0;
}
</style>