Shades of Fuchsia #BB5DB4
Tints of Fuchsia #BB5DB4
RGB
CMYK
RGB Variations
Color information
#BB5DB4 (or 0xBB5DB4) is known color: Fuchsia. HEX triplet: BB, 5D and B4. RGB value is (187,93,180). Sum of RGB (Red+Green+Blue) = 187+93+180=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DB4 is #44A24B. Grayscale: #828282. Windows color (decimal): -4497996 or 11820475. OLE color: 11820475.
HSL color Cylindrical-coordinate representation of color #BB5DB4: hue angle of 304.47º 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 #BB5DB4 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 180 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.27 |
| HSL | 304.47º | 0.41% | 0.55% | - |
| HSV(B) | 304.47º | 0.5% | 0.73% | - |
| XYZ | 32.65 | 21.69 | 45.65 | - |
| YUV | 131.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 180 | 0 | 0.50 | 0.04 | 0.27 | 304.47 | 0.41 | 0.55 |
| Hex | BB | 5D | B4 | 0 | 32 | 4 | 1B | 130 | 29 | 37 |
| Octal | 273 | 135 | 264 | 0 | 62 | 4 | 33 | 460 | 51 | 67 |
| Binary | 10111011 | 1011101 | 10110100 | 0 | 110010 | 100 | 11011 | 100110000 | 101001 | 110111 |
Color Harmonies of #BB5DB4
Complementary color
Monochromatic Colors of #BB5DB4
Black with #BB5DB4
Text Example
Text Example
White with #BB5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DB4; }
p { color: rgb(187,93,180); }
H1.HeaderClassName
{
color: #BB5DB4;
}
.AnyTagClassName
{
color: #BB5DB4;
}
</style>
background-color css
<style>
a { background-color: #BB5DB4; }
a { background-color: rgb(187,93,180); }
div.DivClassName
{
background-color: #BB5DB4;
}
.BgClassName
{
background-color: #BB5DB4;
}
</style>
border-color css
<style>
span { border-color: #BB5DB4; }
span { border-color: rgb(187,93,180); }
td.TdClassName
{
border-color: #BB5DB4;
}
.TagClassName
{
border-color: #BB5DB4;
}
</style>