Shades of Fuchsia #BD6FBE
Tints of Fuchsia #BD6FBE
RGB
CMYK
RGB Variations
Color information
#BD6FBE (or 0xBD6FBE) is known color: Fuchsia. HEX triplet: BD, 6F and BE. RGB value is (189,111,190). Sum of RGB (Red+Green+Blue) = 189+111+190=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FBE is #429041. Grayscale: #8F8F8F. Windows color (decimal): -4362306 or 12480445. OLE color: 12480445.
HSL color Cylindrical-coordinate representation of color #BD6FBE: hue angle of 299.24º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6FBE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 111 | 190 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.25 |
| HSL | 299.24º | 0.38% | 0.59% | - |
| HSV(B) | 299.24º | 0.42% | 0.75% | - |
| XYZ | 35.96 | 25.91 | 51.82 | - |
| YUV | 143.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 190 | 0.01 | 0.42 | 0 | 0.25 | 299.24 | 0.38 | 0.59 |
| Hex | BD | 6F | BE | 1 | 2A | 0 | 19 | 12B | 26 | 3B |
| Octal | 275 | 157 | 276 | 1 | 52 | 0 | 31 | 453 | 46 | 73 |
| Binary | 10111101 | 1101111 | 10111110 | 1 | 101010 | 0 | 11001 | 100101011 | 100110 | 111011 |
Color Harmonies of #BD6FBE
Complementary color
Monochromatic Colors of #BD6FBE
Black with #BD6FBE
Text Example
Text Example
White with #BD6FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6FBE; }
p { color: rgb(189,111,190); }
H1.HeaderClassName
{
color: #BD6FBE;
}
.AnyTagClassName
{
color: #BD6FBE;
}
</style>
background-color css
<style>
a { background-color: #BD6FBE; }
a { background-color: rgb(189,111,190); }
div.DivClassName
{
background-color: #BD6FBE;
}
.BgClassName
{
background-color: #BD6FBE;
}
</style>
border-color css
<style>
span { border-color: #BD6FBE; }
span { border-color: rgb(189,111,190); }
td.TdClassName
{
border-color: #BD6FBE;
}
.TagClassName
{
border-color: #BD6FBE;
}
</style>