Shades of Fuchsia #BB45A8
Tints of Fuchsia #BB45A8
RGB
CMYK
RGB Variations
Color information
#BB45A8 (or 0xBB45A8) is known color: Fuchsia. HEX triplet: BB, 45 and A8. RGB value is (187,69,168). Sum of RGB (Red+Green+Blue) = 187+69+168=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB45A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB45A8 is #44BA57. Grayscale: #737373. Windows color (decimal): -4504152 or 11027899. OLE color: 11027899.
HSL color Cylindrical-coordinate representation of color #BB45A8: hue angle of 309.66º 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 #BB45A8 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 168 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.27 |
| HSL | 309.66º | 0.46% | 0.5% | - |
| HSV(B) | 309.66º | 0.63% | 0.73% | - |
| XYZ | 29.69 | 17.65 | 38.89 | - |
| YUV | 115.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 168 | 0 | 0.63 | 0.10 | 0.27 | 309.66 | 0.46 | 0.5 |
| Hex | BB | 45 | A8 | 0 | 3F | A | 1B | 136 | 2E | 32 |
| Octal | 273 | 105 | 250 | 0 | 77 | 12 | 33 | 466 | 56 | 62 |
| Binary | 10111011 | 1000101 | 10101000 | 0 | 111111 | 1010 | 11011 | 100110110 | 101110 | 110010 |
Color Harmonies of #BB45A8
Complementary color
Monochromatic Colors of #BB45A8
Black with #BB45A8
Text Example
Text Example
White with #BB45A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB45A8; }
p { color: rgb(187,69,168); }
H1.HeaderClassName
{
color: #BB45A8;
}
.AnyTagClassName
{
color: #BB45A8;
}
</style>
background-color css
<style>
a { background-color: #BB45A8; }
a { background-color: rgb(187,69,168); }
div.DivClassName
{
background-color: #BB45A8;
}
.BgClassName
{
background-color: #BB45A8;
}
</style>
border-color css
<style>
span { border-color: #BB45A8; }
span { border-color: rgb(187,69,168); }
td.TdClassName
{
border-color: #BB45A8;
}
.TagClassName
{
border-color: #BB45A8;
}
</style>