Shades of Fuchsia #BB42C9
Tints of Fuchsia #BB42C9
RGB
CMYK
RGB Variations
Color information
#BB42C9 (or 0xBB42C9) is known color: Fuchsia. HEX triplet: BB, 42 and C9. RGB value is (187,66,201). Sum of RGB (Red+Green+Blue) = 187+66+201=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB42C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42C9 is #44BD36. Grayscale: #757575. Windows color (decimal): -4504887 or 13189819. OLE color: 13189819.
HSL color Cylindrical-coordinate representation of color #BB42C9: hue angle of 293.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB42C9 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 66 | 201 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.21 |
| HSL | 293.78º | 0.56% | 0.52% | - |
| HSV(B) | 293.78º | 0.67% | 0.79% | - |
| XYZ | 32.98 | 18.68 | 57.13 | - |
| YUV | 117.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 201 | 0.07 | 0.67 | 0 | 0.21 | 293.78 | 0.56 | 0.52 |
| Hex | BB | 42 | C9 | 7 | 43 | 0 | 15 | 126 | 38 | 34 |
| Octal | 273 | 102 | 311 | 7 | 103 | 0 | 25 | 446 | 70 | 64 |
| Binary | 10111011 | 1000010 | 11001001 | 111 | 1000011 | 0 | 10101 | 100100110 | 111000 | 110100 |
Color Harmonies of #BB42C9
Complementary color
Monochromatic Colors of #BB42C9
Black with #BB42C9
Text Example
Text Example
White with #BB42C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB42C9; }
p { color: rgb(187,66,201); }
H1.HeaderClassName
{
color: #BB42C9;
}
.AnyTagClassName
{
color: #BB42C9;
}
</style>
background-color css
<style>
a { background-color: #BB42C9; }
a { background-color: rgb(187,66,201); }
div.DivClassName
{
background-color: #BB42C9;
}
.BgClassName
{
background-color: #BB42C9;
}
</style>
border-color css
<style>
span { border-color: #BB42C9; }
span { border-color: rgb(187,66,201); }
td.TdClassName
{
border-color: #BB42C9;
}
.TagClassName
{
border-color: #BB42C9;
}
</style>