Shades of Fuchsia #BB45C9
Tints of Fuchsia #BB45C9
RGB
CMYK
RGB Variations
Color information
#BB45C9 (or 0xBB45C9) is known color: Fuchsia. HEX triplet: BB, 45 and C9. RGB value is (187,69,201). Sum of RGB (Red+Green+Blue) = 187+69+201=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB45C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45C9 is #44BA36. Grayscale: #767676. Windows color (decimal): -4504119 or 13190587. OLE color: 13190587.
HSL color Cylindrical-coordinate representation of color #BB45C9: hue angle of 293.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB45C9 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 69 | 201 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.21 |
| HSL | 293.64º | 0.55% | 0.53% | - |
| HSV(B) | 293.64º | 0.66% | 0.79% | - |
| XYZ | 33.16 | 19.04 | 57.19 | - |
| YUV | 119.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 201 | 0.07 | 0.66 | 0 | 0.21 | 293.64 | 0.55 | 0.53 |
| Hex | BB | 45 | C9 | 7 | 42 | 0 | 15 | 126 | 37 | 35 |
| Octal | 273 | 105 | 311 | 7 | 102 | 0 | 25 | 446 | 67 | 65 |
| Binary | 10111011 | 1000101 | 11001001 | 111 | 1000010 | 0 | 10101 | 100100110 | 110111 | 110101 |
Color Harmonies of #BB45C9
Complementary color
Monochromatic Colors of #BB45C9
Black with #BB45C9
Text Example
Text Example
White with #BB45C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB45C9; }
p { color: rgb(187,69,201); }
H1.HeaderClassName
{
color: #BB45C9;
}
.AnyTagClassName
{
color: #BB45C9;
}
</style>
background-color css
<style>
a { background-color: #BB45C9; }
a { background-color: rgb(187,69,201); }
div.DivClassName
{
background-color: #BB45C9;
}
.BgClassName
{
background-color: #BB45C9;
}
</style>
border-color css
<style>
span { border-color: #BB45C9; }
span { border-color: rgb(187,69,201); }
td.TdClassName
{
border-color: #BB45C9;
}
.TagClassName
{
border-color: #BB45C9;
}
</style>