Shades of Fuchsia #BB2FBB
Tints of Fuchsia #BB2FBB
RGB
CMYK
RGB Variations
Color information
#BB2FBB (or 0xBB2FBB) is known color: Fuchsia. HEX triplet: BB, 2F and BB. RGB value is (187,47,187). Sum of RGB (Red+Green+Blue) = 187+47+187=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB2FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2FBB is #44D044. Grayscale: #686868. Windows color (decimal): -4509765 or 12267451. OLE color: 12267451.
HSL color Cylindrical-coordinate representation of color #BB2FBB: hue angle of 300º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2FBB is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 187 | - |
| CMYK | 0 | 0.75 | 0 | 0.27 |
| HSL | 300º | 0.6% | 0.46% | - |
| HSV(B) | 300º | 0.75% | 0.73% | - |
| XYZ | 30.48 | 16.19 | 48.53 | - |
| YUV | 104.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 187 | 0 | 0.75 | 0 | 0.27 | 300 | 0.6 | 0.46 |
| Hex | BB | 2F | BB | 0 | 4B | 0 | 1B | 12C | 3C | 2E |
| Octal | 273 | 57 | 273 | 0 | 113 | 0 | 33 | 454 | 74 | 56 |
| Binary | 10111011 | 101111 | 10111011 | 0 | 1001011 | 0 | 11011 | 100101100 | 111100 | 101110 |
Color Harmonies of #BB2FBB
Complementary color
Monochromatic Colors of #BB2FBB
Black with #BB2FBB
Text Example
Text Example
White with #BB2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2FBB; }
p { color: rgb(187,47,187); }
H1.HeaderClassName
{
color: #BB2FBB;
}
.AnyTagClassName
{
color: #BB2FBB;
}
</style>
background-color css
<style>
a { background-color: #BB2FBB; }
a { background-color: rgb(187,47,187); }
div.DivClassName
{
background-color: #BB2FBB;
}
.BgClassName
{
background-color: #BB2FBB;
}
</style>
border-color css
<style>
span { border-color: #BB2FBB; }
span { border-color: rgb(187,47,187); }
td.TdClassName
{
border-color: #BB2FBB;
}
.TagClassName
{
border-color: #BB2FBB;
}
</style>