Shades of Fuchsia #BB43C7
Tints of Fuchsia #BB43C7
RGB
CMYK
RGB Variations
Color information
#BB43C7 (or 0xBB43C7) is known color: Fuchsia. HEX triplet: BB, 43 and C7. RGB value is (187,67,199). Sum of RGB (Red+Green+Blue) = 187+67+199=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB43C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43C7 is #44BC38. Grayscale: #757575. Windows color (decimal): -4504633 or 13059003. OLE color: 13059003.
HSL color Cylindrical-coordinate representation of color #BB43C7: hue angle of 294.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB43C7 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 67 | 199 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.22 |
| HSL | 294.55º | 0.54% | 0.52% | - |
| HSV(B) | 294.55º | 0.66% | 0.78% | - |
| XYZ | 32.81 | 18.7 | 55.91 | - |
| YUV | 117.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 199 | 0.06 | 0.66 | 0 | 0.22 | 294.55 | 0.54 | 0.52 |
| Hex | BB | 43 | C7 | 6 | 42 | 0 | 16 | 127 | 36 | 34 |
| Octal | 273 | 103 | 307 | 6 | 102 | 0 | 26 | 447 | 66 | 64 |
| Binary | 10111011 | 1000011 | 11000111 | 110 | 1000010 | 0 | 10110 | 100100111 | 110110 | 110100 |
Color Harmonies of #BB43C7
Complementary color
Monochromatic Colors of #BB43C7
Black with #BB43C7
Text Example
Text Example
White with #BB43C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB43C7; }
p { color: rgb(187,67,199); }
H1.HeaderClassName
{
color: #BB43C7;
}
.AnyTagClassName
{
color: #BB43C7;
}
</style>
background-color css
<style>
a { background-color: #BB43C7; }
a { background-color: rgb(187,67,199); }
div.DivClassName
{
background-color: #BB43C7;
}
.BgClassName
{
background-color: #BB43C7;
}
</style>
border-color css
<style>
span { border-color: #BB43C7; }
span { border-color: rgb(187,67,199); }
td.TdClassName
{
border-color: #BB43C7;
}
.TagClassName
{
border-color: #BB43C7;
}
</style>