Shades of Fuchsia #BB42B6
Tints of Fuchsia #BB42B6
RGB
CMYK
RGB Variations
Color information
#BB42B6 (or 0xBB42B6) is known color: Fuchsia. HEX triplet: BB, 42 and B6. RGB value is (187,66,182). Sum of RGB (Red+Green+Blue) = 187+66+182=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB42B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42B6 is #44BD49. Grayscale: #737373. Windows color (decimal): -4504906 or 11944635. OLE color: 11944635.
HSL color Cylindrical-coordinate representation of color #BB42B6: hue angle of 302.48º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB42B6 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 182 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.27 |
| HSL | 302.48º | 0.48% | 0.5% | - |
| HSV(B) | 302.48º | 0.65% | 0.73% | - |
| XYZ | 30.89 | 17.84 | 46.07 | - |
| YUV | 115.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 182 | 0 | 0.65 | 0.03 | 0.27 | 302.48 | 0.48 | 0.5 |
| Hex | BB | 42 | B6 | 0 | 41 | 3 | 1B | 12E | 30 | 32 |
| Octal | 273 | 102 | 266 | 0 | 101 | 3 | 33 | 456 | 60 | 62 |
| Binary | 10111011 | 1000010 | 10110110 | 0 | 1000001 | 11 | 11011 | 100101110 | 110000 | 110010 |
Color Harmonies of #BB42B6
Complementary color
Monochromatic Colors of #BB42B6
Black with #BB42B6
Text Example
Text Example
White with #BB42B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB42B6; }
p { color: rgb(187,66,182); }
H1.HeaderClassName
{
color: #BB42B6;
}
.AnyTagClassName
{
color: #BB42B6;
}
</style>
background-color css
<style>
a { background-color: #BB42B6; }
a { background-color: rgb(187,66,182); }
div.DivClassName
{
background-color: #BB42B6;
}
.BgClassName
{
background-color: #BB42B6;
}
</style>
border-color css
<style>
span { border-color: #BB42B6; }
span { border-color: rgb(187,66,182); }
td.TdClassName
{
border-color: #BB42B6;
}
.TagClassName
{
border-color: #BB42B6;
}
</style>