Shades of Fuchsia #BB68C2
Tints of Fuchsia #BB68C2
RGB
CMYK
RGB Variations
Color information
#BB68C2 (or 0xBB68C2) is known color: Fuchsia. HEX triplet: BB, 68 and C2. RGB value is (187,104,194). Sum of RGB (Red+Green+Blue) = 187+104+194=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB68C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68C2 is #44973D. Grayscale: #8A8A8A. Windows color (decimal): -4495166 or 12740795. OLE color: 12740795.
HSL color Cylindrical-coordinate representation of color #BB68C2: hue angle of 295.33º 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 #BB68C2 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 104 | 194 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.24 |
| HSL | 295.33º | 0.42% | 0.58% | - |
| HSV(B) | 295.33º | 0.46% | 0.76% | - |
| XYZ | 35.18 | 24.36 | 53.89 | - |
| YUV | 139.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 194 | 0.04 | 0.46 | 0 | 0.24 | 295.33 | 0.42 | 0.58 |
| Hex | BB | 68 | C2 | 4 | 2E | 0 | 18 | 127 | 2A | 3A |
| Octal | 273 | 150 | 302 | 4 | 56 | 0 | 30 | 447 | 52 | 72 |
| Binary | 10111011 | 1101000 | 11000010 | 100 | 101110 | 0 | 11000 | 100100111 | 101010 | 111010 |
Color Harmonies of #BB68C2
Complementary color
Monochromatic Colors of #BB68C2
Black with #BB68C2
Text Example
Text Example
White with #BB68C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68C2; }
p { color: rgb(187,104,194); }
H1.HeaderClassName
{
color: #BB68C2;
}
.AnyTagClassName
{
color: #BB68C2;
}
</style>
background-color css
<style>
a { background-color: #BB68C2; }
a { background-color: rgb(187,104,194); }
div.DivClassName
{
background-color: #BB68C2;
}
.BgClassName
{
background-color: #BB68C2;
}
</style>
border-color css
<style>
span { border-color: #BB68C2; }
span { border-color: rgb(187,104,194); }
td.TdClassName
{
border-color: #BB68C2;
}
.TagClassName
{
border-color: #BB68C2;
}
</style>