Shades of Fuchsia #BB5DC5
Tints of Fuchsia #BB5DC5
RGB
CMYK
RGB Variations
Color information
#BB5DC5 (or 0xBB5DC5) is known color: Fuchsia. HEX triplet: BB, 5D and C5. RGB value is (187,93,197). Sum of RGB (Red+Green+Blue) = 187+93+197=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB5DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DC5 is #44A23A. Grayscale: #848484. Windows color (decimal): -4497979 or 12934587. OLE color: 12934587.
HSL color Cylindrical-coordinate representation of color #BB5DC5: hue angle of 294.23º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5DC5 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 93 | 197 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.23 |
| HSL | 294.23º | 0.47% | 0.57% | - |
| HSV(B) | 294.23º | 0.53% | 0.77% | - |
| XYZ | 34.49 | 22.42 | 55.33 | - |
| YUV | 132.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 197 | 0.05 | 0.53 | 0 | 0.23 | 294.23 | 0.47 | 0.57 |
| Hex | BB | 5D | C5 | 5 | 35 | 0 | 17 | 126 | 2F | 39 |
| Octal | 273 | 135 | 305 | 5 | 65 | 0 | 27 | 446 | 57 | 71 |
| Binary | 10111011 | 1011101 | 11000101 | 101 | 110101 | 0 | 10111 | 100100110 | 101111 | 111001 |
Color Harmonies of #BB5DC5
Complementary color
Monochromatic Colors of #BB5DC5
Black with #BB5DC5
Text Example
Text Example
White with #BB5DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DC5; }
p { color: rgb(187,93,197); }
H1.HeaderClassName
{
color: #BB5DC5;
}
.AnyTagClassName
{
color: #BB5DC5;
}
</style>
background-color css
<style>
a { background-color: #BB5DC5; }
a { background-color: rgb(187,93,197); }
div.DivClassName
{
background-color: #BB5DC5;
}
.BgClassName
{
background-color: #BB5DC5;
}
</style>
border-color css
<style>
span { border-color: #BB5DC5; }
span { border-color: rgb(187,93,197); }
td.TdClassName
{
border-color: #BB5DC5;
}
.TagClassName
{
border-color: #BB5DC5;
}
</style>