Shades of Fuchsia #BB32B7
Tints of Fuchsia #BB32B7
RGB
CMYK
RGB Variations
Color information
#BB32B7 (or 0xBB32B7) is known color: Fuchsia. HEX triplet: BB, 32 and B7. RGB value is (187,50,183). Sum of RGB (Red+Green+Blue) = 187+50+183=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB32B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32B7 is #44CD48. Grayscale: #696969. Windows color (decimal): -4509001 or 12006075. OLE color: 12006075.
HSL color Cylindrical-coordinate representation of color #BB32B7: hue angle of 301.75º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB32B7 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 183 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.27 |
| HSL | 301.75º | 0.58% | 0.46% | - |
| HSV(B) | 301.75º | 0.73% | 0.73% | - |
| XYZ | 30.18 | 16.26 | 46.35 | - |
| YUV | 106.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 183 | 0 | 0.73 | 0.02 | 0.27 | 301.75 | 0.58 | 0.46 |
| Hex | BB | 32 | B7 | 0 | 49 | 2 | 1B | 12E | 3A | 2E |
| Octal | 273 | 62 | 267 | 0 | 111 | 2 | 33 | 456 | 72 | 56 |
| Binary | 10111011 | 110010 | 10110111 | 0 | 1001001 | 10 | 11011 | 100101110 | 111010 | 101110 |
Color Harmonies of #BB32B7
Complementary color
Monochromatic Colors of #BB32B7
Black with #BB32B7
Text Example
Text Example
White with #BB32B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32B7; }
p { color: rgb(187,50,183); }
H1.HeaderClassName
{
color: #BB32B7;
}
.AnyTagClassName
{
color: #BB32B7;
}
</style>
background-color css
<style>
a { background-color: #BB32B7; }
a { background-color: rgb(187,50,183); }
div.DivClassName
{
background-color: #BB32B7;
}
.BgClassName
{
background-color: #BB32B7;
}
</style>
border-color css
<style>
span { border-color: #BB32B7; }
span { border-color: rgb(187,50,183); }
td.TdClassName
{
border-color: #BB32B7;
}
.TagClassName
{
border-color: #BB32B7;
}
</style>