Shades of Fuchsia #BB28BC
Tints of Fuchsia #BB28BC
RGB
CMYK
RGB Variations
Color information
#BB28BC (or 0xBB28BC) is known color: Fuchsia. HEX triplet: BB, 28 and BC. RGB value is (187,40,188). Sum of RGB (Red+Green+Blue) = 187+40+188=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB28BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28BC is #44D743. Grayscale: #646464. Windows color (decimal): -4511556 or 12331195. OLE color: 12331195.
HSL color Cylindrical-coordinate representation of color #BB28BC: hue angle of 299.59º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB28BC is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 40 | 188 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.26 |
| HSL | 299.59º | 0.65% | 0.45% | - |
| HSV(B) | 299.59º | 0.79% | 0.74% | - |
| XYZ | 30.33 | 15.71 | 49.01 | - |
| YUV | 100.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 188 | 0.01 | 0.79 | 0 | 0.26 | 299.59 | 0.65 | 0.45 |
| Hex | BB | 28 | BC | 1 | 4F | 0 | 1A | 12C | 41 | 2D |
| Octal | 273 | 50 | 274 | 1 | 117 | 0 | 32 | 454 | 101 | 55 |
| Binary | 10111011 | 101000 | 10111100 | 1 | 1001111 | 0 | 11010 | 100101100 | 1000001 | 101101 |
Color Harmonies of #BB28BC
Complementary color
Monochromatic Colors of #BB28BC
Black with #BB28BC
Text Example
Text Example
White with #BB28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28BC; }
p { color: rgb(187,40,188); }
H1.HeaderClassName
{
color: #BB28BC;
}
.AnyTagClassName
{
color: #BB28BC;
}
</style>
background-color css
<style>
a { background-color: #BB28BC; }
a { background-color: rgb(187,40,188); }
div.DivClassName
{
background-color: #BB28BC;
}
.BgClassName
{
background-color: #BB28BC;
}
</style>
border-color css
<style>
span { border-color: #BB28BC; }
span { border-color: rgb(187,40,188); }
td.TdClassName
{
border-color: #BB28BC;
}
.TagClassName
{
border-color: #BB28BC;
}
</style>