Shades of Fuchsia #BB73BF
Tints of Fuchsia #BB73BF
RGB
CMYK
RGB Variations
Color information
#BB73BF (or 0xBB73BF) is known color: Fuchsia. HEX triplet: BB, 73 and BF. RGB value is (187,115,191). Sum of RGB (Red+Green+Blue) = 187+115+191=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73BF is #448C40. Grayscale: #909090. Windows color (decimal): -4492353 or 12547003. OLE color: 12547003.
HSL color Cylindrical-coordinate representation of color #BB73BF: hue angle of 296.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB73BF is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 115 | 191 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.25 |
| HSL | 296.84º | 0.37% | 0.6% | - |
| HSV(B) | 296.84º | 0.4% | 0.75% | - |
| XYZ | 36.03 | 26.59 | 52.52 | - |
| YUV | 145.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 191 | 0.02 | 0.40 | 0 | 0.25 | 296.84 | 0.37 | 0.6 |
| Hex | BB | 73 | BF | 2 | 28 | 0 | 19 | 129 | 25 | 3C |
| Octal | 273 | 163 | 277 | 2 | 50 | 0 | 31 | 451 | 45 | 74 |
| Binary | 10111011 | 1110011 | 10111111 | 10 | 101000 | 0 | 11001 | 100101001 | 100101 | 111100 |
Color Harmonies of #BB73BF
Complementary color
Monochromatic Colors of #BB73BF
Black with #BB73BF
Text Example
Text Example
White with #BB73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73BF; }
p { color: rgb(187,115,191); }
H1.HeaderClassName
{
color: #BB73BF;
}
.AnyTagClassName
{
color: #BB73BF;
}
</style>
background-color css
<style>
a { background-color: #BB73BF; }
a { background-color: rgb(187,115,191); }
div.DivClassName
{
background-color: #BB73BF;
}
.BgClassName
{
background-color: #BB73BF;
}
</style>
border-color css
<style>
span { border-color: #BB73BF; }
span { border-color: rgb(187,115,191); }
td.TdClassName
{
border-color: #BB73BF;
}
.TagClassName
{
border-color: #BB73BF;
}
</style>