Shades of Fuchsia #BB5EC1
Tints of Fuchsia #BB5EC1
RGB
CMYK
RGB Variations
Color information
#BB5EC1 (or 0xBB5EC1) is known color: Fuchsia. HEX triplet: BB, 5E and C1. RGB value is (187,94,193). Sum of RGB (Red+Green+Blue) = 187+94+193=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB5EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EC1 is #44A13E. Grayscale: #848484. Windows color (decimal): -4497727 or 12672699. OLE color: 12672699.
HSL color Cylindrical-coordinate representation of color #BB5EC1: hue angle of 296.36º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5EC1 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 94 | 193 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.24 |
| HSL | 296.36º | 0.44% | 0.56% | - |
| HSV(B) | 296.36º | 0.51% | 0.76% | - |
| XYZ | 34.12 | 22.42 | 52.98 | - |
| YUV | 133.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 193 | 0.03 | 0.51 | 0 | 0.24 | 296.36 | 0.44 | 0.56 |
| Hex | BB | 5E | C1 | 3 | 33 | 0 | 18 | 128 | 2C | 38 |
| Octal | 273 | 136 | 301 | 3 | 63 | 0 | 30 | 450 | 54 | 70 |
| Binary | 10111011 | 1011110 | 11000001 | 11 | 110011 | 0 | 11000 | 100101000 | 101100 | 111000 |
Color Harmonies of #BB5EC1
Complementary color
Monochromatic Colors of #BB5EC1
Black with #BB5EC1
Text Example
Text Example
White with #BB5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5EC1; }
p { color: rgb(187,94,193); }
H1.HeaderClassName
{
color: #BB5EC1;
}
.AnyTagClassName
{
color: #BB5EC1;
}
</style>
background-color css
<style>
a { background-color: #BB5EC1; }
a { background-color: rgb(187,94,193); }
div.DivClassName
{
background-color: #BB5EC1;
}
.BgClassName
{
background-color: #BB5EC1;
}
</style>
border-color css
<style>
span { border-color: #BB5EC1; }
span { border-color: rgb(187,94,193); }
td.TdClassName
{
border-color: #BB5EC1;
}
.TagClassName
{
border-color: #BB5EC1;
}
</style>