Shades of Fuchsia #BB63BC
Tints of Fuchsia #BB63BC
RGB
CMYK
RGB Variations
Color information
#BB63BC (or 0xBB63BC) is known color: Fuchsia. HEX triplet: BB, 63 and BC. RGB value is (187,99,188). Sum of RGB (Red+Green+Blue) = 187+99+188=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63BC is #449C43. Grayscale: #878787. Windows color (decimal): -4496452 or 12346299. OLE color: 12346299.
HSL color Cylindrical-coordinate representation of color #BB63BC: hue angle of 299.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB63BC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 99 | 188 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.26 |
| HSL | 299.33º | 0.4% | 0.56% | - |
| HSV(B) | 299.33º | 0.47% | 0.74% | - |
| XYZ | 34.03 | 23.12 | 50.25 | - |
| YUV | 135.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 188 | 0.01 | 0.47 | 0 | 0.26 | 299.33 | 0.4 | 0.56 |
| Hex | BB | 63 | BC | 1 | 2F | 0 | 1A | 12B | 28 | 38 |
| Octal | 273 | 143 | 274 | 1 | 57 | 0 | 32 | 453 | 50 | 70 |
| Binary | 10111011 | 1100011 | 10111100 | 1 | 101111 | 0 | 11010 | 100101011 | 101000 | 111000 |
Color Harmonies of #BB63BC
Complementary color
Monochromatic Colors of #BB63BC
Black with #BB63BC
Text Example
Text Example
White with #BB63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63BC; }
p { color: rgb(187,99,188); }
H1.HeaderClassName
{
color: #BB63BC;
}
.AnyTagClassName
{
color: #BB63BC;
}
</style>
background-color css
<style>
a { background-color: #BB63BC; }
a { background-color: rgb(187,99,188); }
div.DivClassName
{
background-color: #BB63BC;
}
.BgClassName
{
background-color: #BB63BC;
}
</style>
border-color css
<style>
span { border-color: #BB63BC; }
span { border-color: rgb(187,99,188); }
td.TdClassName
{
border-color: #BB63BC;
}
.TagClassName
{
border-color: #BB63BC;
}
</style>