Shades of Fuchsia #BB2FBD
Tints of Fuchsia #BB2FBD
RGB
CMYK
RGB Variations
Color information
#BB2FBD (or 0xBB2FBD) is known color: Fuchsia. HEX triplet: BB, 2F and BD. RGB value is (187,47,189). Sum of RGB (Red+Green+Blue) = 187+47+189=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB2FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2FBD is #44D042. Grayscale: #686868. Windows color (decimal): -4509763 or 12398523. OLE color: 12398523.
HSL color Cylindrical-coordinate representation of color #BB2FBD: hue angle of 299.15º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2FBD is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 47 | 189 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.26 |
| HSL | 299.15º | 0.6% | 0.46% | - |
| HSV(B) | 299.15º | 0.75% | 0.74% | - |
| XYZ | 30.7 | 16.27 | 49.67 | - |
| YUV | 105.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 189 | 0.01 | 0.75 | 0 | 0.26 | 299.15 | 0.6 | 0.46 |
| Hex | BB | 2F | BD | 1 | 4B | 0 | 1A | 12B | 3C | 2E |
| Octal | 273 | 57 | 275 | 1 | 113 | 0 | 32 | 453 | 74 | 56 |
| Binary | 10111011 | 101111 | 10111101 | 1 | 1001011 | 0 | 11010 | 100101011 | 111100 | 101110 |
Color Harmonies of #BB2FBD
Complementary color
Monochromatic Colors of #BB2FBD
Black with #BB2FBD
Text Example
Text Example
White with #BB2FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2FBD; }
p { color: rgb(187,47,189); }
H1.HeaderClassName
{
color: #BB2FBD;
}
.AnyTagClassName
{
color: #BB2FBD;
}
</style>
background-color css
<style>
a { background-color: #BB2FBD; }
a { background-color: rgb(187,47,189); }
div.DivClassName
{
background-color: #BB2FBD;
}
.BgClassName
{
background-color: #BB2FBD;
}
</style>
border-color css
<style>
span { border-color: #BB2FBD; }
span { border-color: rgb(187,47,189); }
td.TdClassName
{
border-color: #BB2FBD;
}
.TagClassName
{
border-color: #BB2FBD;
}
</style>