Shades of Fuchsia #BB5DB3
Tints of Fuchsia #BB5DB3
RGB
CMYK
RGB Variations
Color information
#BB5DB3 (or 0xBB5DB3) is known color: Fuchsia. HEX triplet: BB, 5D and B3. RGB value is (187,93,179). Sum of RGB (Red+Green+Blue) = 187+93+179=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DB3 is #44A24C. Grayscale: #828282. Windows color (decimal): -4497997 or 11754939. OLE color: 11754939.
HSL color Cylindrical-coordinate representation of color #BB5DB3: hue angle of 305.11º 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 #BB5DB3 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 179 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.27 |
| HSL | 305.11º | 0.41% | 0.55% | - |
| HSV(B) | 305.11º | 0.5% | 0.73% | - |
| XYZ | 32.54 | 21.65 | 45.11 | - |
| YUV | 130.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 179 | 0 | 0.50 | 0.04 | 0.27 | 305.11 | 0.41 | 0.55 |
| Hex | BB | 5D | B3 | 0 | 32 | 4 | 1B | 131 | 29 | 37 |
| Octal | 273 | 135 | 263 | 0 | 62 | 4 | 33 | 461 | 51 | 67 |
| Binary | 10111011 | 1011101 | 10110011 | 0 | 110010 | 100 | 11011 | 100110001 | 101001 | 110111 |
Color Harmonies of #BB5DB3
Complementary color
Monochromatic Colors of #BB5DB3
Black with #BB5DB3
Text Example
Text Example
White with #BB5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DB3; }
p { color: rgb(187,93,179); }
H1.HeaderClassName
{
color: #BB5DB3;
}
.AnyTagClassName
{
color: #BB5DB3;
}
</style>
background-color css
<style>
a { background-color: #BB5DB3; }
a { background-color: rgb(187,93,179); }
div.DivClassName
{
background-color: #BB5DB3;
}
.BgClassName
{
background-color: #BB5DB3;
}
</style>
border-color css
<style>
span { border-color: #BB5DB3; }
span { border-color: rgb(187,93,179); }
td.TdClassName
{
border-color: #BB5DB3;
}
.TagClassName
{
border-color: #BB5DB3;
}
</style>