Shades of Fuchsia #BB5DC1
Tints of Fuchsia #BB5DC1
RGB
CMYK
RGB Variations
Color information
#BB5DC1 (or 0xBB5DC1) is known color: Fuchsia. HEX triplet: BB, 5D and C1. RGB value is (187,93,193). Sum of RGB (Red+Green+Blue) = 187+93+193=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DC1 is #44A23E. Grayscale: #848484. Windows color (decimal): -4497983 or 12672443. OLE color: 12672443.
HSL color Cylindrical-coordinate representation of color #BB5DC1: hue angle of 296.4º 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 #BB5DC1 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 93 | 193 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.24 |
| HSL | 296.4º | 0.45% | 0.56% | - |
| HSV(B) | 296.4º | 0.52% | 0.76% | - |
| XYZ | 34.03 | 22.24 | 52.95 | - |
| YUV | 132.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 193 | 0.03 | 0.52 | 0 | 0.24 | 296.4 | 0.45 | 0.56 |
| Hex | BB | 5D | C1 | 3 | 34 | 0 | 18 | 128 | 2D | 38 |
| Octal | 273 | 135 | 301 | 3 | 64 | 0 | 30 | 450 | 55 | 70 |
| Binary | 10111011 | 1011101 | 11000001 | 11 | 110100 | 0 | 11000 | 100101000 | 101101 | 111000 |
Color Harmonies of #BB5DC1
Complementary color
Monochromatic Colors of #BB5DC1
Black with #BB5DC1
Text Example
Text Example
White with #BB5DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DC1; }
p { color: rgb(187,93,193); }
H1.HeaderClassName
{
color: #BB5DC1;
}
.AnyTagClassName
{
color: #BB5DC1;
}
</style>
background-color css
<style>
a { background-color: #BB5DC1; }
a { background-color: rgb(187,93,193); }
div.DivClassName
{
background-color: #BB5DC1;
}
.BgClassName
{
background-color: #BB5DC1;
}
</style>
border-color css
<style>
span { border-color: #BB5DC1; }
span { border-color: rgb(187,93,193); }
td.TdClassName
{
border-color: #BB5DC1;
}
.TagClassName
{
border-color: #BB5DC1;
}
</style>