Shades of Fuchsia #BB69BA
Tints of Fuchsia #BB69BA
RGB
CMYK
RGB Variations
Color information
#BB69BA (or 0xBB69BA) is known color: Fuchsia. HEX triplet: BB, 69 and BA. RGB value is (187,105,186). Sum of RGB (Red+Green+Blue) = 187+105+186=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69BA is #449645. Grayscale: #8A8A8A. Windows color (decimal): -4494918 or 12216763. OLE color: 12216763.
HSL color Cylindrical-coordinate representation of color #BB69BA: hue angle of 300.73º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB69BA is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 186 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.27 |
| HSL | 300.73º | 0.38% | 0.57% | - |
| HSV(B) | 300.73º | 0.44% | 0.73% | - |
| XYZ | 34.41 | 24.21 | 49.31 | - |
| YUV | 138.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 186 | 0 | 0.44 | 0.01 | 0.27 | 300.73 | 0.38 | 0.57 |
| Hex | BB | 69 | BA | 0 | 2C | 1 | 1B | 12D | 26 | 39 |
| Octal | 273 | 151 | 272 | 0 | 54 | 1 | 33 | 455 | 46 | 71 |
| Binary | 10111011 | 1101001 | 10111010 | 0 | 101100 | 1 | 11011 | 100101101 | 100110 | 111001 |
Color Harmonies of #BB69BA
Complementary color
Monochromatic Colors of #BB69BA
Black with #BB69BA
Text Example
Text Example
White with #BB69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB69BA; }
p { color: rgb(187,105,186); }
H1.HeaderClassName
{
color: #BB69BA;
}
.AnyTagClassName
{
color: #BB69BA;
}
</style>
background-color css
<style>
a { background-color: #BB69BA; }
a { background-color: rgb(187,105,186); }
div.DivClassName
{
background-color: #BB69BA;
}
.BgClassName
{
background-color: #BB69BA;
}
</style>
border-color css
<style>
span { border-color: #BB69BA; }
span { border-color: rgb(187,105,186); }
td.TdClassName
{
border-color: #BB69BA;
}
.TagClassName
{
border-color: #BB69BA;
}
</style>