Shades of Fuchsia #BD60BE
Tints of Fuchsia #BD60BE
RGB
CMYK
RGB Variations
Color information
#BD60BE (or 0xBD60BE) is known color: Fuchsia. HEX triplet: BD, 60 and BE. RGB value is (189,96,190). Sum of RGB (Red+Green+Blue) = 189+96+190=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD60BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60BE is #429F41. Grayscale: #868686. Windows color (decimal): -4366146 or 12476605. OLE color: 12476605.
HSL color Cylindrical-coordinate representation of color #BD60BE: hue angle of 299.36º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD60BE is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 96 | 190 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.25 |
| HSL | 299.36º | 0.42% | 0.56% | - |
| HSV(B) | 299.36º | 0.49% | 0.75% | - |
| XYZ | 34.46 | 22.9 | 51.32 | - |
| YUV | 134.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 190 | 0.01 | 0.49 | 0 | 0.25 | 299.36 | 0.42 | 0.56 |
| Hex | BD | 60 | BE | 1 | 31 | 0 | 19 | 12B | 2A | 38 |
| Octal | 275 | 140 | 276 | 1 | 61 | 0 | 31 | 453 | 52 | 70 |
| Binary | 10111101 | 1100000 | 10111110 | 1 | 110001 | 0 | 11001 | 100101011 | 101010 | 111000 |
Color Harmonies of #BD60BE
Complementary color
Monochromatic Colors of #BD60BE
Black with #BD60BE
Text Example
Text Example
White with #BD60BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60BE; }
p { color: rgb(189,96,190); }
H1.HeaderClassName
{
color: #BD60BE;
}
.AnyTagClassName
{
color: #BD60BE;
}
</style>
background-color css
<style>
a { background-color: #BD60BE; }
a { background-color: rgb(189,96,190); }
div.DivClassName
{
background-color: #BD60BE;
}
.BgClassName
{
background-color: #BD60BE;
}
</style>
border-color css
<style>
span { border-color: #BD60BE; }
span { border-color: rgb(189,96,190); }
td.TdClassName
{
border-color: #BD60BE;
}
.TagClassName
{
border-color: #BD60BE;
}
</style>