Shades of Fuchsia #BD6BBF
Tints of Fuchsia #BD6BBF
RGB
CMYK
RGB Variations
Color information
#BD6BBF (or 0xBD6BBF) is known color: Fuchsia. HEX triplet: BD, 6B and BF. RGB value is (189,107,191). Sum of RGB (Red+Green+Blue) = 189+107+191=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD6BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BBF is #429440. Grayscale: #8C8C8C. Windows color (decimal): -4363329 or 12544957. OLE color: 12544957.
HSL color Cylindrical-coordinate representation of color #BD6BBF: hue angle of 298.57º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6BBF is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 107 | 191 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.25 |
| HSL | 298.57º | 0.4% | 0.58% | - |
| HSV(B) | 298.57º | 0.44% | 0.75% | - |
| XYZ | 35.65 | 25.1 | 52.26 | - |
| YUV | 141.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 191 | 0.01 | 0.44 | 0 | 0.25 | 298.57 | 0.4 | 0.58 |
| Hex | BD | 6B | BF | 1 | 2C | 0 | 19 | 12B | 28 | 3A |
| Octal | 275 | 153 | 277 | 1 | 54 | 0 | 31 | 453 | 50 | 72 |
| Binary | 10111101 | 1101011 | 10111111 | 1 | 101100 | 0 | 11001 | 100101011 | 101000 | 111010 |
Color Harmonies of #BD6BBF
Complementary color
Monochromatic Colors of #BD6BBF
Black with #BD6BBF
Text Example
Text Example
White with #BD6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BBF; }
p { color: rgb(189,107,191); }
H1.HeaderClassName
{
color: #BD6BBF;
}
.AnyTagClassName
{
color: #BD6BBF;
}
</style>
background-color css
<style>
a { background-color: #BD6BBF; }
a { background-color: rgb(189,107,191); }
div.DivClassName
{
background-color: #BD6BBF;
}
.BgClassName
{
background-color: #BD6BBF;
}
</style>
border-color css
<style>
span { border-color: #BD6BBF; }
span { border-color: rgb(189,107,191); }
td.TdClassName
{
border-color: #BD6BBF;
}
.TagClassName
{
border-color: #BD6BBF;
}
</style>