Shades of Fuchsia #BD6BBE
Tints of Fuchsia #BD6BBE
RGB
CMYK
RGB Variations
Color information
#BD6BBE (or 0xBD6BBE) is known color: Fuchsia. HEX triplet: BD, 6B and BE. RGB value is (189,107,190). Sum of RGB (Red+Green+Blue) = 189+107+190=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BBE is #429441. Grayscale: #8C8C8C. Windows color (decimal): -4363330 or 12479421. OLE color: 12479421.
HSL color Cylindrical-coordinate representation of color #BD6BBE: hue angle of 299.28º degrees, saturation: 0.39, 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 #BD6BBE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 107 | 190 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.25 |
| HSL | 299.28º | 0.39% | 0.58% | - |
| HSV(B) | 299.28º | 0.44% | 0.75% | - |
| XYZ | 35.54 | 25.05 | 51.68 | - |
| YUV | 140.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 190 | 0.01 | 0.44 | 0 | 0.25 | 299.28 | 0.39 | 0.58 |
| Hex | BD | 6B | BE | 1 | 2C | 0 | 19 | 12B | 27 | 3A |
| Octal | 275 | 153 | 276 | 1 | 54 | 0 | 31 | 453 | 47 | 72 |
| Binary | 10111101 | 1101011 | 10111110 | 1 | 101100 | 0 | 11001 | 100101011 | 100111 | 111010 |
Color Harmonies of #BD6BBE
Complementary color
Monochromatic Colors of #BD6BBE
Black with #BD6BBE
Text Example
Text Example
White with #BD6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BBE; }
p { color: rgb(189,107,190); }
H1.HeaderClassName
{
color: #BD6BBE;
}
.AnyTagClassName
{
color: #BD6BBE;
}
</style>
background-color css
<style>
a { background-color: #BD6BBE; }
a { background-color: rgb(189,107,190); }
div.DivClassName
{
background-color: #BD6BBE;
}
.BgClassName
{
background-color: #BD6BBE;
}
</style>
border-color css
<style>
span { border-color: #BD6BBE; }
span { border-color: rgb(189,107,190); }
td.TdClassName
{
border-color: #BD6BBE;
}
.TagClassName
{
border-color: #BD6BBE;
}
</style>