Shades of Fuchsia #BB74BB
Tints of Fuchsia #BB74BB
RGB
CMYK
RGB Variations
Color information
#BB74BB (or 0xBB74BB) is known color: Fuchsia. HEX triplet: BB, 74 and BB. RGB value is (187,116,187). Sum of RGB (Red+Green+Blue) = 187+116+187=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74BB is #448B44. Grayscale: #919191. Windows color (decimal): -4492101 or 12285115. OLE color: 12285115.
HSL color Cylindrical-coordinate representation of color #BB74BB: hue angle of 300º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB74BB is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 187 | - |
| CMYK | 0 | 0.38 | 0 | 0.27 |
| HSL | 300º | 0.34% | 0.59% | - |
| HSV(B) | 300º | 0.38% | 0.73% | - |
| XYZ | 35.71 | 26.64 | 50.27 | - |
| YUV | 145.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 187 | 0 | 0.38 | 0 | 0.27 | 300 | 0.34 | 0.59 |
| Hex | BB | 74 | BB | 0 | 26 | 0 | 1B | 12C | 22 | 3B |
| Octal | 273 | 164 | 273 | 0 | 46 | 0 | 33 | 454 | 42 | 73 |
| Binary | 10111011 | 1110100 | 10111011 | 0 | 100110 | 0 | 11011 | 100101100 | 100010 | 111011 |
Color Harmonies of #BB74BB
Complementary color
Monochromatic Colors of #BB74BB
Black with #BB74BB
Text Example
Text Example
White with #BB74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB74BB; }
p { color: rgb(187,116,187); }
H1.HeaderClassName
{
color: #BB74BB;
}
.AnyTagClassName
{
color: #BB74BB;
}
</style>
background-color css
<style>
a { background-color: #BB74BB; }
a { background-color: rgb(187,116,187); }
div.DivClassName
{
background-color: #BB74BB;
}
.BgClassName
{
background-color: #BB74BB;
}
</style>
border-color css
<style>
span { border-color: #BB74BB; }
span { border-color: rgb(187,116,187); }
td.TdClassName
{
border-color: #BB74BB;
}
.TagClassName
{
border-color: #BB74BB;
}
</style>