Shades of Fuchsia #BB66BA
Tints of Fuchsia #BB66BA
RGB
CMYK
RGB Variations
Color information
#BB66BA (or 0xBB66BA) is known color: Fuchsia. HEX triplet: BB, 66 and BA. RGB value is (187,102,186). Sum of RGB (Red+Green+Blue) = 187+102+186=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66BA is #449945. Grayscale: #888888. Windows color (decimal): -4495686 or 12215995. OLE color: 12215995.
HSL color Cylindrical-coordinate representation of color #BB66BA: hue angle of 300.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB66BA is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 186 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.27 |
| HSL | 300.71º | 0.38% | 0.57% | - |
| HSV(B) | 300.71º | 0.45% | 0.73% | - |
| XYZ | 34.11 | 23.61 | 49.21 | - |
| YUV | 136.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 186 | 0 | 0.45 | 0.01 | 0.27 | 300.71 | 0.38 | 0.57 |
| Hex | BB | 66 | BA | 0 | 2D | 1 | 1B | 12D | 26 | 39 |
| Octal | 273 | 146 | 272 | 0 | 55 | 1 | 33 | 455 | 46 | 71 |
| Binary | 10111011 | 1100110 | 10111010 | 0 | 101101 | 1 | 11011 | 100101101 | 100110 | 111001 |
Color Harmonies of #BB66BA
Complementary color
Monochromatic Colors of #BB66BA
Black with #BB66BA
Text Example
Text Example
White with #BB66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66BA; }
p { color: rgb(187,102,186); }
H1.HeaderClassName
{
color: #BB66BA;
}
.AnyTagClassName
{
color: #BB66BA;
}
</style>
background-color css
<style>
a { background-color: #BB66BA; }
a { background-color: rgb(187,102,186); }
div.DivClassName
{
background-color: #BB66BA;
}
.BgClassName
{
background-color: #BB66BA;
}
</style>
border-color css
<style>
span { border-color: #BB66BA; }
span { border-color: rgb(187,102,186); }
td.TdClassName
{
border-color: #BB66BA;
}
.TagClassName
{
border-color: #BB66BA;
}
</style>