Shades of Fuchsia #BB43BC
Tints of Fuchsia #BB43BC
RGB
CMYK
RGB Variations
Color information
#BB43BC (or 0xBB43BC) is known color: Fuchsia. HEX triplet: BB, 43 and BC. RGB value is (187,67,188). Sum of RGB (Red+Green+Blue) = 187+67+188=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB43BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43BC is #44BC43. Grayscale: #747474. Windows color (decimal): -4504644 or 12338107. OLE color: 12338107.
HSL color Cylindrical-coordinate representation of color #BB43BC: hue angle of 299.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB43BC is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 67 | 188 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.26 |
| HSL | 299.5º | 0.47% | 0.5% | - |
| HSV(B) | 299.5º | 0.64% | 0.74% | - |
| XYZ | 31.58 | 18.21 | 49.43 | - |
| YUV | 116.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 188 | 0.01 | 0.64 | 0 | 0.26 | 299.5 | 0.47 | 0.5 |
| Hex | BB | 43 | BC | 1 | 40 | 0 | 1A | 12C | 2F | 32 |
| Octal | 273 | 103 | 274 | 1 | 100 | 0 | 32 | 454 | 57 | 62 |
| Binary | 10111011 | 1000011 | 10111100 | 1 | 1000000 | 0 | 11010 | 100101100 | 101111 | 110010 |
Color Harmonies of #BB43BC
Complementary color
Monochromatic Colors of #BB43BC
Black with #BB43BC
Text Example
Text Example
White with #BB43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB43BC; }
p { color: rgb(187,67,188); }
H1.HeaderClassName
{
color: #BB43BC;
}
.AnyTagClassName
{
color: #BB43BC;
}
</style>
background-color css
<style>
a { background-color: #BB43BC; }
a { background-color: rgb(187,67,188); }
div.DivClassName
{
background-color: #BB43BC;
}
.BgClassName
{
background-color: #BB43BC;
}
</style>
border-color css
<style>
span { border-color: #BB43BC; }
span { border-color: rgb(187,67,188); }
td.TdClassName
{
border-color: #BB43BC;
}
.TagClassName
{
border-color: #BB43BC;
}
</style>