Shades of Fuchsia #BB77C2
Tints of Fuchsia #BB77C2
RGB
CMYK
RGB Variations
Color information
#BB77C2 (or 0xBB77C2) is known color: Fuchsia. HEX triplet: BB, 77 and C2. RGB value is (187,119,194). Sum of RGB (Red+Green+Blue) = 187+119+194=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB77C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77C2 is #44883D. Grayscale: #939393. Windows color (decimal): -4491326 or 12744635. OLE color: 12744635.
HSL color Cylindrical-coordinate representation of color #BB77C2: hue angle of 294.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB77C2 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 119 | 194 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.24 |
| HSL | 294.4º | 0.38% | 0.61% | - |
| HSV(B) | 294.4º | 0.39% | 0.76% | - |
| XYZ | 36.83 | 27.65 | 54.44 | - |
| YUV | 147.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 194 | 0.04 | 0.39 | 0 | 0.24 | 294.4 | 0.38 | 0.61 |
| Hex | BB | 77 | C2 | 4 | 27 | 0 | 18 | 126 | 26 | 3D |
| Octal | 273 | 167 | 302 | 4 | 47 | 0 | 30 | 446 | 46 | 75 |
| Binary | 10111011 | 1110111 | 11000010 | 100 | 100111 | 0 | 11000 | 100100110 | 100110 | 111101 |
Color Harmonies of #BB77C2
Complementary color
Monochromatic Colors of #BB77C2
Black with #BB77C2
Text Example
Text Example
White with #BB77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77C2; }
p { color: rgb(187,119,194); }
H1.HeaderClassName
{
color: #BB77C2;
}
.AnyTagClassName
{
color: #BB77C2;
}
</style>
background-color css
<style>
a { background-color: #BB77C2; }
a { background-color: rgb(187,119,194); }
div.DivClassName
{
background-color: #BB77C2;
}
.BgClassName
{
background-color: #BB77C2;
}
</style>
border-color css
<style>
span { border-color: #BB77C2; }
span { border-color: rgb(187,119,194); }
td.TdClassName
{
border-color: #BB77C2;
}
.TagClassName
{
border-color: #BB77C2;
}
</style>