Shades of Fuchsia #BB5DC2
Tints of Fuchsia #BB5DC2
RGB
CMYK
RGB Variations
Color information
#BB5DC2 (or 0xBB5DC2) is known color: Fuchsia. HEX triplet: BB, 5D and C2. RGB value is (187,93,194). Sum of RGB (Red+Green+Blue) = 187+93+194=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB5DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DC2 is #44A23D. Grayscale: #848484. Windows color (decimal): -4497982 or 12737979. OLE color: 12737979.
HSL color Cylindrical-coordinate representation of color #BB5DC2: hue angle of 295.84º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5DC2 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 93 | 194 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.24 |
| HSL | 295.84º | 0.45% | 0.56% | - |
| HSV(B) | 295.84º | 0.52% | 0.76% | - |
| XYZ | 34.15 | 22.29 | 53.54 | - |
| YUV | 132.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 194 | 0.04 | 0.52 | 0 | 0.24 | 295.84 | 0.45 | 0.56 |
| Hex | BB | 5D | C2 | 4 | 34 | 0 | 18 | 128 | 2D | 38 |
| Octal | 273 | 135 | 302 | 4 | 64 | 0 | 30 | 450 | 55 | 70 |
| Binary | 10111011 | 1011101 | 11000010 | 100 | 110100 | 0 | 11000 | 100101000 | 101101 | 111000 |
Color Harmonies of #BB5DC2
Complementary color
Monochromatic Colors of #BB5DC2
Black with #BB5DC2
Text Example
Text Example
White with #BB5DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DC2; }
p { color: rgb(187,93,194); }
H1.HeaderClassName
{
color: #BB5DC2;
}
.AnyTagClassName
{
color: #BB5DC2;
}
</style>
background-color css
<style>
a { background-color: #BB5DC2; }
a { background-color: rgb(187,93,194); }
div.DivClassName
{
background-color: #BB5DC2;
}
.BgClassName
{
background-color: #BB5DC2;
}
</style>
border-color css
<style>
span { border-color: #BB5DC2; }
span { border-color: rgb(187,93,194); }
td.TdClassName
{
border-color: #BB5DC2;
}
.TagClassName
{
border-color: #BB5DC2;
}
</style>