Shades of Fuchsia #BB46B5
Tints of Fuchsia #BB46B5
RGB
CMYK
RGB Variations
Color information
#BB46B5 (or 0xBB46B5) is known color: Fuchsia. HEX triplet: BB, 46 and B5. RGB value is (187,70,181). Sum of RGB (Red+Green+Blue) = 187+70+181=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB46B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46B5 is #44B94A. Grayscale: #757575. Windows color (decimal): -4503883 or 11880123. OLE color: 11880123.
HSL color Cylindrical-coordinate representation of color #BB46B5: hue angle of 303.08º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB46B5 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 181 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.27 |
| HSL | 303.08º | 0.46% | 0.5% | - |
| HSV(B) | 303.08º | 0.63% | 0.73% | - |
| XYZ | 31.02 | 18.28 | 45.61 | - |
| YUV | 117.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 181 | 0 | 0.63 | 0.03 | 0.27 | 303.08 | 0.46 | 0.5 |
| Hex | BB | 46 | B5 | 0 | 3F | 3 | 1B | 12F | 2E | 32 |
| Octal | 273 | 106 | 265 | 0 | 77 | 3 | 33 | 457 | 56 | 62 |
| Binary | 10111011 | 1000110 | 10110101 | 0 | 111111 | 11 | 11011 | 100101111 | 101110 | 110010 |
Color Harmonies of #BB46B5
Complementary color
Monochromatic Colors of #BB46B5
Black with #BB46B5
Text Example
Text Example
White with #BB46B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46B5; }
p { color: rgb(187,70,181); }
H1.HeaderClassName
{
color: #BB46B5;
}
.AnyTagClassName
{
color: #BB46B5;
}
</style>
background-color css
<style>
a { background-color: #BB46B5; }
a { background-color: rgb(187,70,181); }
div.DivClassName
{
background-color: #BB46B5;
}
.BgClassName
{
background-color: #BB46B5;
}
</style>
border-color css
<style>
span { border-color: #BB46B5; }
span { border-color: rgb(187,70,181); }
td.TdClassName
{
border-color: #BB46B5;
}
.TagClassName
{
border-color: #BB46B5;
}
</style>