Shades of Fuchsia #BB40BE
Tints of Fuchsia #BB40BE
RGB
CMYK
RGB Variations
Color information
#BB40BE (or 0xBB40BE) is known color: Fuchsia. HEX triplet: BB, 40 and BE. RGB value is (187,64,190). Sum of RGB (Red+Green+Blue) = 187+64+190=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB40BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40BE is #44BF41. Grayscale: #727272. Windows color (decimal): -4505410 or 12468411. OLE color: 12468411.
HSL color Cylindrical-coordinate representation of color #BB40BE: hue angle of 298.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB40BE is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 64 | 190 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.25 |
| HSL | 298.57º | 0.5% | 0.5% | - |
| HSV(B) | 298.57º | 0.66% | 0.75% | - |
| XYZ | 31.62 | 17.95 | 50.51 | - |
| YUV | 115.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 190 | 0.02 | 0.66 | 0 | 0.25 | 298.57 | 0.5 | 0.5 |
| Hex | BB | 40 | BE | 2 | 42 | 0 | 19 | 12B | 32 | 32 |
| Octal | 273 | 100 | 276 | 2 | 102 | 0 | 31 | 453 | 62 | 62 |
| Binary | 10111011 | 1000000 | 10111110 | 10 | 1000010 | 0 | 11001 | 100101011 | 110010 | 110010 |
Color Harmonies of #BB40BE
Complementary color
Monochromatic Colors of #BB40BE
Black with #BB40BE
Text Example
Text Example
White with #BB40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40BE; }
p { color: rgb(187,64,190); }
H1.HeaderClassName
{
color: #BB40BE;
}
.AnyTagClassName
{
color: #BB40BE;
}
</style>
background-color css
<style>
a { background-color: #BB40BE; }
a { background-color: rgb(187,64,190); }
div.DivClassName
{
background-color: #BB40BE;
}
.BgClassName
{
background-color: #BB40BE;
}
</style>
border-color css
<style>
span { border-color: #BB40BE; }
span { border-color: rgb(187,64,190); }
td.TdClassName
{
border-color: #BB40BE;
}
.TagClassName
{
border-color: #BB40BE;
}
</style>