Shades of Fuchsia #BD6FBA
Tints of Fuchsia #BD6FBA
RGB
CMYK
RGB Variations
Color information
#BD6FBA (or 0xBD6FBA) is known color: Fuchsia. HEX triplet: BD, 6F and BA. RGB value is (189,111,186). Sum of RGB (Red+Green+Blue) = 189+111+186=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FBA is #429045. Grayscale: #8E8E8E. Windows color (decimal): -4362310 or 12218301. OLE color: 12218301.
HSL color Cylindrical-coordinate representation of color #BD6FBA: hue angle of 302.31º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD6FBA is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 186 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.26 |
| HSL | 302.31º | 0.37% | 0.59% | - |
| HSV(B) | 302.31º | 0.41% | 0.74% | - |
| XYZ | 35.53 | 25.73 | 49.55 | - |
| YUV | 142.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 186 | 0 | 0.41 | 0.02 | 0.26 | 302.31 | 0.37 | 0.59 |
| Hex | BD | 6F | BA | 0 | 29 | 2 | 1A | 12E | 25 | 3B |
| Octal | 275 | 157 | 272 | 0 | 51 | 2 | 32 | 456 | 45 | 73 |
| Binary | 10111101 | 1101111 | 10111010 | 0 | 101001 | 10 | 11010 | 100101110 | 100101 | 111011 |
Color Harmonies of #BD6FBA
Complementary color
Monochromatic Colors of #BD6FBA
Black with #BD6FBA
Text Example
Text Example
White with #BD6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6FBA; }
p { color: rgb(189,111,186); }
H1.HeaderClassName
{
color: #BD6FBA;
}
.AnyTagClassName
{
color: #BD6FBA;
}
</style>
background-color css
<style>
a { background-color: #BD6FBA; }
a { background-color: rgb(189,111,186); }
div.DivClassName
{
background-color: #BD6FBA;
}
.BgClassName
{
background-color: #BD6FBA;
}
</style>
border-color css
<style>
span { border-color: #BD6FBA; }
span { border-color: rgb(189,111,186); }
td.TdClassName
{
border-color: #BD6FBA;
}
.TagClassName
{
border-color: #BD6FBA;
}
</style>