Shades of Fuchsia #BB73BA
Tints of Fuchsia #BB73BA
RGB
CMYK
RGB Variations
Color information
#BB73BA (or 0xBB73BA) is known color: Fuchsia. HEX triplet: BB, 73 and BA. RGB value is (187,115,186). Sum of RGB (Red+Green+Blue) = 187+115+186=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73BA is #448C45. Grayscale: #909090. Windows color (decimal): -4492358 or 12219323. OLE color: 12219323.
HSL color Cylindrical-coordinate representation of color #BB73BA: hue angle of 300.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB73BA is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 186 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.27 |
| HSL | 300.83º | 0.35% | 0.59% | - |
| HSV(B) | 300.83º | 0.39% | 0.73% | - |
| XYZ | 35.49 | 26.37 | 49.67 | - |
| YUV | 144.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 186 | 0 | 0.39 | 0.01 | 0.27 | 300.83 | 0.35 | 0.59 |
| Hex | BB | 73 | BA | 0 | 27 | 1 | 1B | 12D | 23 | 3B |
| Octal | 273 | 163 | 272 | 0 | 47 | 1 | 33 | 455 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10111010 | 0 | 100111 | 1 | 11011 | 100101101 | 100011 | 111011 |
Color Harmonies of #BB73BA
Complementary color
Monochromatic Colors of #BB73BA
Black with #BB73BA
Text Example
Text Example
White with #BB73BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73BA; }
p { color: rgb(187,115,186); }
H1.HeaderClassName
{
color: #BB73BA;
}
.AnyTagClassName
{
color: #BB73BA;
}
</style>
background-color css
<style>
a { background-color: #BB73BA; }
a { background-color: rgb(187,115,186); }
div.DivClassName
{
background-color: #BB73BA;
}
.BgClassName
{
background-color: #BB73BA;
}
</style>
border-color css
<style>
span { border-color: #BB73BA; }
span { border-color: rgb(187,115,186); }
td.TdClassName
{
border-color: #BB73BA;
}
.TagClassName
{
border-color: #BB73BA;
}
</style>