Shades of Fuchsia #BB40BD
Tints of Fuchsia #BB40BD
RGB
CMYK
RGB Variations
Color information
#BB40BD (or 0xBB40BD) is known color: Fuchsia. HEX triplet: BB, 40 and BD. RGB value is (187,64,189). Sum of RGB (Red+Green+Blue) = 187+64+189=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB40BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40BD is #44BF42. Grayscale: #727272. Windows color (decimal): -4505411 or 12402875. OLE color: 12402875.
HSL color Cylindrical-coordinate representation of color #BB40BD: hue angle of 299.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB40BD is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 64 | 189 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.26 |
| HSL | 299.04º | 0.49% | 0.5% | - |
| HSV(B) | 299.04º | 0.66% | 0.74% | - |
| XYZ | 31.51 | 17.91 | 49.94 | - |
| YUV | 115.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 189 | 0.01 | 0.66 | 0 | 0.26 | 299.04 | 0.49 | 0.5 |
| Hex | BB | 40 | BD | 1 | 42 | 0 | 1A | 12B | 31 | 32 |
| Octal | 273 | 100 | 275 | 1 | 102 | 0 | 32 | 453 | 61 | 62 |
| Binary | 10111011 | 1000000 | 10111101 | 1 | 1000010 | 0 | 11010 | 100101011 | 110001 | 110010 |
Color Harmonies of #BB40BD
Complementary color
Monochromatic Colors of #BB40BD
Black with #BB40BD
Text Example
Text Example
White with #BB40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40BD; }
p { color: rgb(187,64,189); }
H1.HeaderClassName
{
color: #BB40BD;
}
.AnyTagClassName
{
color: #BB40BD;
}
</style>
background-color css
<style>
a { background-color: #BB40BD; }
a { background-color: rgb(187,64,189); }
div.DivClassName
{
background-color: #BB40BD;
}
.BgClassName
{
background-color: #BB40BD;
}
</style>
border-color css
<style>
span { border-color: #BB40BD; }
span { border-color: rgb(187,64,189); }
td.TdClassName
{
border-color: #BB40BD;
}
.TagClassName
{
border-color: #BB40BD;
}
</style>