Shades of Fuchsia #BB73BB
Tints of Fuchsia #BB73BB
RGB
CMYK
RGB Variations
Color information
#BB73BB (or 0xBB73BB) is known color: Fuchsia. HEX triplet: BB, 73 and BB. RGB value is (187,115,187). Sum of RGB (Red+Green+Blue) = 187+115+187=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73BB is #448C44. Grayscale: #909090. Windows color (decimal): -4492357 or 12284859. OLE color: 12284859.
HSL color Cylindrical-coordinate representation of color #BB73BB: hue angle of 300º 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 #BB73BB is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 187 | - |
| CMYK | 0 | 0.39 | 0 | 0.27 |
| HSL | 300º | 0.35% | 0.59% | - |
| HSV(B) | 300º | 0.39% | 0.73% | - |
| XYZ | 35.59 | 26.41 | 50.24 | - |
| YUV | 144.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 187 | 0 | 0.39 | 0 | 0.27 | 300 | 0.35 | 0.59 |
| Hex | BB | 73 | BB | 0 | 27 | 0 | 1B | 12C | 23 | 3B |
| Octal | 273 | 163 | 273 | 0 | 47 | 0 | 33 | 454 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10111011 | 0 | 100111 | 0 | 11011 | 100101100 | 100011 | 111011 |
Color Harmonies of #BB73BB
Complementary color
Monochromatic Colors of #BB73BB
Black with #BB73BB
Text Example
Text Example
White with #BB73BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73BB; }
p { color: rgb(187,115,187); }
H1.HeaderClassName
{
color: #BB73BB;
}
.AnyTagClassName
{
color: #BB73BB;
}
</style>
background-color css
<style>
a { background-color: #BB73BB; }
a { background-color: rgb(187,115,187); }
div.DivClassName
{
background-color: #BB73BB;
}
.BgClassName
{
background-color: #BB73BB;
}
</style>
border-color css
<style>
span { border-color: #BB73BB; }
span { border-color: rgb(187,115,187); }
td.TdClassName
{
border-color: #BB73BB;
}
.TagClassName
{
border-color: #BB73BB;
}
</style>