Shades of Fuchsia #BB68C1
Tints of Fuchsia #BB68C1
RGB
CMYK
RGB Variations
Color information
#BB68C1 (or 0xBB68C1) is known color: Fuchsia. HEX triplet: BB, 68 and C1. RGB value is (187,104,193). Sum of RGB (Red+Green+Blue) = 187+104+193=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB68C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68C1 is #44973E. Grayscale: #8A8A8A. Windows color (decimal): -4495167 or 12675259. OLE color: 12675259.
HSL color Cylindrical-coordinate representation of color #BB68C1: hue angle of 295.96º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB68C1 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 104 | 193 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.24 |
| HSL | 295.96º | 0.42% | 0.58% | - |
| HSV(B) | 295.96º | 0.46% | 0.76% | - |
| XYZ | 35.07 | 24.32 | 53.3 | - |
| YUV | 138.96 | 158.5 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 193 | 0.03 | 0.46 | 0 | 0.24 | 295.96 | 0.42 | 0.58 |
| Hex | BB | 68 | C1 | 3 | 2E | 0 | 18 | 128 | 2A | 3A |
| Octal | 273 | 150 | 301 | 3 | 56 | 0 | 30 | 450 | 52 | 72 |
| Binary | 10111011 | 1101000 | 11000001 | 11 | 101110 | 0 | 11000 | 100101000 | 101010 | 111010 |
Color Harmonies of #BB68C1
Complementary color
Monochromatic Colors of #BB68C1
Black with #BB68C1
Text Example
Text Example
White with #BB68C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68C1; }
p { color: rgb(187,104,193); }
H1.HeaderClassName
{
color: #BB68C1;
}
.AnyTagClassName
{
color: #BB68C1;
}
</style>
background-color css
<style>
a { background-color: #BB68C1; }
a { background-color: rgb(187,104,193); }
div.DivClassName
{
background-color: #BB68C1;
}
.BgClassName
{
background-color: #BB68C1;
}
</style>
border-color css
<style>
span { border-color: #BB68C1; }
span { border-color: rgb(187,104,193); }
td.TdClassName
{
border-color: #BB68C1;
}
.TagClassName
{
border-color: #BB68C1;
}
</style>