Shades of Fuchsia #BB77C1
Tints of Fuchsia #BB77C1
RGB
CMYK
RGB Variations
Color information
#BB77C1 (or 0xBB77C1) is known color: Fuchsia. HEX triplet: BB, 77 and C1. RGB value is (187,119,193). Sum of RGB (Red+Green+Blue) = 187+119+193=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB77C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77C1 is #44883E. Grayscale: #939393. Windows color (decimal): -4491327 or 12679099. OLE color: 12679099.
HSL color Cylindrical-coordinate representation of color #BB77C1: hue angle of 295.14º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB77C1 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 119 | 193 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.24 |
| HSL | 295.14º | 0.37% | 0.61% | - |
| HSV(B) | 295.14º | 0.38% | 0.76% | - |
| XYZ | 36.72 | 27.61 | 53.85 | - |
| YUV | 147.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 193 | 0.03 | 0.38 | 0 | 0.24 | 295.14 | 0.37 | 0.61 |
| Hex | BB | 77 | C1 | 3 | 26 | 0 | 18 | 127 | 25 | 3D |
| Octal | 273 | 167 | 301 | 3 | 46 | 0 | 30 | 447 | 45 | 75 |
| Binary | 10111011 | 1110111 | 11000001 | 11 | 100110 | 0 | 11000 | 100100111 | 100101 | 111101 |
Color Harmonies of #BB77C1
Complementary color
Monochromatic Colors of #BB77C1
Black with #BB77C1
Text Example
Text Example
White with #BB77C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77C1; }
p { color: rgb(187,119,193); }
H1.HeaderClassName
{
color: #BB77C1;
}
.AnyTagClassName
{
color: #BB77C1;
}
</style>
background-color css
<style>
a { background-color: #BB77C1; }
a { background-color: rgb(187,119,193); }
div.DivClassName
{
background-color: #BB77C1;
}
.BgClassName
{
background-color: #BB77C1;
}
</style>
border-color css
<style>
span { border-color: #BB77C1; }
span { border-color: rgb(187,119,193); }
td.TdClassName
{
border-color: #BB77C1;
}
.TagClassName
{
border-color: #BB77C1;
}
</style>