Shades of Fuchsia #BF6DBA
Tints of Fuchsia #BF6DBA
RGB
CMYK
RGB Variations
Color information
#BF6DBA (or 0xBF6DBA) is known color: Fuchsia. HEX triplet: BF, 6D and BA. RGB value is (191,109,186). Sum of RGB (Red+Green+Blue) = 191+109+186=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DBA is #409245. Grayscale: #8E8E8E. Windows color (decimal): -4231750 or 12217791. OLE color: 12217791.
HSL color Cylindrical-coordinate representation of color #BF6DBA: hue angle of 303.66º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6DBA is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 186 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.25 |
| HSL | 303.66º | 0.39% | 0.59% | - |
| HSV(B) | 303.66º | 0.43% | 0.75% | - |
| XYZ | 35.82 | 25.56 | 49.5 | - |
| YUV | 142.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 186 | 0 | 0.43 | 0.03 | 0.25 | 303.66 | 0.39 | 0.59 |
| Hex | BF | 6D | BA | 0 | 2B | 3 | 19 | 130 | 27 | 3B |
| Octal | 277 | 155 | 272 | 0 | 53 | 3 | 31 | 460 | 47 | 73 |
| Binary | 10111111 | 1101101 | 10111010 | 0 | 101011 | 11 | 11001 | 100110000 | 100111 | 111011 |
Color Harmonies of #BF6DBA
Complementary color
Monochromatic Colors of #BF6DBA
Black with #BF6DBA
Text Example
Text Example
White with #BF6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6DBA; }
p { color: rgb(191,109,186); }
H1.HeaderClassName
{
color: #BF6DBA;
}
.AnyTagClassName
{
color: #BF6DBA;
}
</style>
background-color css
<style>
a { background-color: #BF6DBA; }
a { background-color: rgb(191,109,186); }
div.DivClassName
{
background-color: #BF6DBA;
}
.BgClassName
{
background-color: #BF6DBA;
}
</style>
border-color css
<style>
span { border-color: #BF6DBA; }
span { border-color: rgb(191,109,186); }
td.TdClassName
{
border-color: #BF6DBA;
}
.TagClassName
{
border-color: #BF6DBA;
}
</style>