Shades of Fuchsia #BB69BD
Tints of Fuchsia #BB69BD
RGB
CMYK
RGB Variations
Color information
#BB69BD (or 0xBB69BD) is known color: Fuchsia. HEX triplet: BB, 69 and BD. RGB value is (187,105,189). Sum of RGB (Red+Green+Blue) = 187+105+189=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69BD is #449642. Grayscale: #8A8A8A. Windows color (decimal): -4494915 or 12413371. OLE color: 12413371.
HSL color Cylindrical-coordinate representation of color #BB69BD: hue angle of 298.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB69BD is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 105 | 189 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.26 |
| HSL | 298.57º | 0.39% | 0.58% | - |
| HSV(B) | 298.57º | 0.44% | 0.74% | - |
| XYZ | 34.73 | 24.34 | 51.01 | - |
| YUV | 139.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 189 | 0.01 | 0.44 | 0 | 0.26 | 298.57 | 0.39 | 0.58 |
| Hex | BB | 69 | BD | 1 | 2C | 0 | 1A | 12B | 27 | 3A |
| Octal | 273 | 151 | 275 | 1 | 54 | 0 | 32 | 453 | 47 | 72 |
| Binary | 10111011 | 1101001 | 10111101 | 1 | 101100 | 0 | 11010 | 100101011 | 100111 | 111010 |
Color Harmonies of #BB69BD
Complementary color
Monochromatic Colors of #BB69BD
Black with #BB69BD
Text Example
Text Example
White with #BB69BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB69BD; }
p { color: rgb(187,105,189); }
H1.HeaderClassName
{
color: #BB69BD;
}
.AnyTagClassName
{
color: #BB69BD;
}
</style>
background-color css
<style>
a { background-color: #BB69BD; }
a { background-color: rgb(187,105,189); }
div.DivClassName
{
background-color: #BB69BD;
}
.BgClassName
{
background-color: #BB69BD;
}
</style>
border-color css
<style>
span { border-color: #BB69BD; }
span { border-color: rgb(187,105,189); }
td.TdClassName
{
border-color: #BB69BD;
}
.TagClassName
{
border-color: #BB69BD;
}
</style>