Shades of Fuchsia #B770C1
Tints of Fuchsia #B770C1
RGB
CMYK
RGB Variations
Color information
#B770C1 (or 0xB770C1) is known color: Fuchsia. HEX triplet: B7, 70 and C1. RGB value is (183,112,193). Sum of RGB (Red+Green+Blue) = 183+112+193=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #B770C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770C1 is #488F3E. Grayscale: #8E8E8E. Windows color (decimal): -4755263 or 12677303. OLE color: 12677303.
HSL color Cylindrical-coordinate representation of color #B770C1: hue angle of 292.59º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B770C1 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 112 | 193 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.24 |
| HSL | 292.59º | 0.4% | 0.6% | - |
| HSV(B) | 292.59º | 0.42% | 0.76% | - |
| XYZ | 34.95 | 25.51 | 53.53 | - |
| YUV | 142.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 193 | 0.05 | 0.42 | 0 | 0.24 | 292.59 | 0.4 | 0.6 |
| Hex | B7 | 70 | C1 | 5 | 2A | 0 | 18 | 125 | 28 | 3C |
| Octal | 267 | 160 | 301 | 5 | 52 | 0 | 30 | 445 | 50 | 74 |
| Binary | 10110111 | 1110000 | 11000001 | 101 | 101010 | 0 | 11000 | 100100101 | 101000 | 111100 |
Color Harmonies of #B770C1
Complementary color
Monochromatic Colors of #B770C1
Black with #B770C1
Text Example
Text Example
White with #B770C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770C1; }
p { color: rgb(183,112,193); }
H1.HeaderClassName
{
color: #B770C1;
}
.AnyTagClassName
{
color: #B770C1;
}
</style>
background-color css
<style>
a { background-color: #B770C1; }
a { background-color: rgb(183,112,193); }
div.DivClassName
{
background-color: #B770C1;
}
.BgClassName
{
background-color: #B770C1;
}
</style>
border-color css
<style>
span { border-color: #B770C1; }
span { border-color: rgb(183,112,193); }
td.TdClassName
{
border-color: #B770C1;
}
.TagClassName
{
border-color: #B770C1;
}
</style>