Shades of Fuchsia #BD6FC0
Tints of Fuchsia #BD6FC0
RGB
CMYK
RGB Variations
Color information
#BD6FC0 (or 0xBD6FC0) is known color: Fuchsia. HEX triplet: BD, 6F and C0. RGB value is (189,111,192). Sum of RGB (Red+Green+Blue) = 189+111+192=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD6FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FC0 is #42903F. Grayscale: #8F8F8F. Windows color (decimal): -4362304 or 12611517. OLE color: 12611517.
HSL color Cylindrical-coordinate representation of color #BD6FC0: hue angle of 297.78º degrees, saturation: 0.39, 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 #BD6FC0 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 111 | 192 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.25 |
| HSL | 297.78º | 0.39% | 0.59% | - |
| HSV(B) | 297.78º | 0.42% | 0.75% | - |
| XYZ | 36.19 | 25.99 | 52.98 | - |
| YUV | 143.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 192 | 0.02 | 0.42 | 0 | 0.25 | 297.78 | 0.39 | 0.59 |
| Hex | BD | 6F | C0 | 2 | 2A | 0 | 19 | 12A | 27 | 3B |
| Octal | 275 | 157 | 300 | 2 | 52 | 0 | 31 | 452 | 47 | 73 |
| Binary | 10111101 | 1101111 | 11000000 | 10 | 101010 | 0 | 11001 | 100101010 | 100111 | 111011 |
Color Harmonies of #BD6FC0
Complementary color
Monochromatic Colors of #BD6FC0
Black with #BD6FC0
Text Example
Text Example
White with #BD6FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6FC0; }
p { color: rgb(189,111,192); }
H1.HeaderClassName
{
color: #BD6FC0;
}
.AnyTagClassName
{
color: #BD6FC0;
}
</style>
background-color css
<style>
a { background-color: #BD6FC0; }
a { background-color: rgb(189,111,192); }
div.DivClassName
{
background-color: #BD6FC0;
}
.BgClassName
{
background-color: #BD6FC0;
}
</style>
border-color css
<style>
span { border-color: #BD6FC0; }
span { border-color: rgb(189,111,192); }
td.TdClassName
{
border-color: #BD6FC0;
}
.TagClassName
{
border-color: #BD6FC0;
}
</style>