Shades of Fuchsia #BB5DB7
Tints of Fuchsia #BB5DB7
RGB
CMYK
RGB Variations
Color information
#BB5DB7 (or 0xBB5DB7) is known color: Fuchsia. HEX triplet: BB, 5D and B7. RGB value is (187,93,183). Sum of RGB (Red+Green+Blue) = 187+93+183=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DB7 is #44A248. Grayscale: #838383. Windows color (decimal): -4497993 or 12017083. OLE color: 12017083.
HSL color Cylindrical-coordinate representation of color #BB5DB7: hue angle of 302.55º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5DB7 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 183 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.27 |
| HSL | 302.55º | 0.41% | 0.55% | - |
| HSV(B) | 302.55º | 0.5% | 0.73% | - |
| XYZ | 32.96 | 21.81 | 47.27 | - |
| YUV | 131.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 183 | 0 | 0.50 | 0.02 | 0.27 | 302.55 | 0.41 | 0.55 |
| Hex | BB | 5D | B7 | 0 | 32 | 2 | 1B | 12F | 29 | 37 |
| Octal | 273 | 135 | 267 | 0 | 62 | 2 | 33 | 457 | 51 | 67 |
| Binary | 10111011 | 1011101 | 10110111 | 0 | 110010 | 10 | 11011 | 100101111 | 101001 | 110111 |
Color Harmonies of #BB5DB7
Complementary color
Monochromatic Colors of #BB5DB7
Black with #BB5DB7
Text Example
Text Example
White with #BB5DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DB7; }
p { color: rgb(187,93,183); }
H1.HeaderClassName
{
color: #BB5DB7;
}
.AnyTagClassName
{
color: #BB5DB7;
}
</style>
background-color css
<style>
a { background-color: #BB5DB7; }
a { background-color: rgb(187,93,183); }
div.DivClassName
{
background-color: #BB5DB7;
}
.BgClassName
{
background-color: #BB5DB7;
}
</style>
border-color css
<style>
span { border-color: #BB5DB7; }
span { border-color: rgb(187,93,183); }
td.TdClassName
{
border-color: #BB5DB7;
}
.TagClassName
{
border-color: #BB5DB7;
}
</style>