Shades of Fuchsia #BB66C2
Tints of Fuchsia #BB66C2
RGB
CMYK
RGB Variations
Color information
#BB66C2 (or 0xBB66C2) is known color: Fuchsia. HEX triplet: BB, 66 and C2. RGB value is (187,102,194). Sum of RGB (Red+Green+Blue) = 187+102+194=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB66C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66C2 is #44993D. Grayscale: #898989. Windows color (decimal): -4495678 or 12740283. OLE color: 12740283.
HSL color Cylindrical-coordinate representation of color #BB66C2: hue angle of 295.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB66C2 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 102 | 194 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.24 |
| HSL | 295.43º | 0.43% | 0.58% | - |
| HSV(B) | 295.43º | 0.47% | 0.76% | - |
| XYZ | 34.98 | 23.96 | 53.82 | - |
| YUV | 137.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 194 | 0.04 | 0.47 | 0 | 0.24 | 295.43 | 0.43 | 0.58 |
| Hex | BB | 66 | C2 | 4 | 2F | 0 | 18 | 127 | 2B | 3A |
| Octal | 273 | 146 | 302 | 4 | 57 | 0 | 30 | 447 | 53 | 72 |
| Binary | 10111011 | 1100110 | 11000010 | 100 | 101111 | 0 | 11000 | 100100111 | 101011 | 111010 |
Color Harmonies of #BB66C2
Complementary color
Monochromatic Colors of #BB66C2
Black with #BB66C2
Text Example
Text Example
White with #BB66C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66C2; }
p { color: rgb(187,102,194); }
H1.HeaderClassName
{
color: #BB66C2;
}
.AnyTagClassName
{
color: #BB66C2;
}
</style>
background-color css
<style>
a { background-color: #BB66C2; }
a { background-color: rgb(187,102,194); }
div.DivClassName
{
background-color: #BB66C2;
}
.BgClassName
{
background-color: #BB66C2;
}
</style>
border-color css
<style>
span { border-color: #BB66C2; }
span { border-color: rgb(187,102,194); }
td.TdClassName
{
border-color: #BB66C2;
}
.TagClassName
{
border-color: #BB66C2;
}
</style>