Shades of Fuchsia #B845BB
Tints of Fuchsia #B845BB
RGB
CMYK
RGB Variations
Color information
#B845BB (or 0xB845BB) is known color: Fuchsia. HEX triplet: B8, 45 and BB. RGB value is (184,69,187). Sum of RGB (Red+Green+Blue) = 184+69+187=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #B845BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845BB is #47BA44. Grayscale: #747474. Windows color (decimal): -4700741 or 12273080. OLE color: 12273080.
HSL color Cylindrical-coordinate representation of color #B845BB: hue angle of 298.47º 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 #B845BB is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 69 | 187 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.27 |
| HSL | 298.47º | 0.46% | 0.5% | - |
| HSV(B) | 298.47º | 0.63% | 0.73% | - |
| XYZ | 30.86 | 18.03 | 48.87 | - |
| YUV | 116.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 187 | 0.02 | 0.63 | 0 | 0.27 | 298.47 | 0.46 | 0.5 |
| Hex | B8 | 45 | BB | 2 | 3F | 0 | 1B | 12A | 2E | 32 |
| Octal | 270 | 105 | 273 | 2 | 77 | 0 | 33 | 452 | 56 | 62 |
| Binary | 10111000 | 1000101 | 10111011 | 10 | 111111 | 0 | 11011 | 100101010 | 101110 | 110010 |
Color Harmonies of #B845BB
Complementary color
Monochromatic Colors of #B845BB
Black with #B845BB
Text Example
Text Example
White with #B845BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845BB; }
p { color: rgb(184,69,187); }
H1.HeaderClassName
{
color: #B845BB;
}
.AnyTagClassName
{
color: #B845BB;
}
</style>
background-color css
<style>
a { background-color: #B845BB; }
a { background-color: rgb(184,69,187); }
div.DivClassName
{
background-color: #B845BB;
}
.BgClassName
{
background-color: #B845BB;
}
</style>
border-color css
<style>
span { border-color: #B845BB; }
span { border-color: rgb(184,69,187); }
td.TdClassName
{
border-color: #B845BB;
}
.TagClassName
{
border-color: #B845BB;
}
</style>