Shades of Fuchsia #BD60BD
Tints of Fuchsia #BD60BD
RGB
CMYK
RGB Variations
Color information
#BD60BD (or 0xBD60BD) is known color: Fuchsia. HEX triplet: BD, 60 and BD. RGB value is (189,96,189). Sum of RGB (Red+Green+Blue) = 189+96+189=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD60BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60BD is #429F42. Grayscale: #868686. Windows color (decimal): -4366147 or 12411069. OLE color: 12411069.
HSL color Cylindrical-coordinate representation of color #BD60BD: hue angle of 300º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD60BD is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 189 | - |
| CMYK | 0 | 0.49 | 0 | 0.26 |
| HSL | 300º | 0.41% | 0.56% | - |
| HSV(B) | 300º | 0.49% | 0.74% | - |
| XYZ | 34.35 | 22.86 | 50.75 | - |
| YUV | 134.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 189 | 0 | 0.49 | 0 | 0.26 | 300 | 0.41 | 0.56 |
| Hex | BD | 60 | BD | 0 | 31 | 0 | 1A | 12C | 29 | 38 |
| Octal | 275 | 140 | 275 | 0 | 61 | 0 | 32 | 454 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10111101 | 0 | 110001 | 0 | 11010 | 100101100 | 101001 | 111000 |
Color Harmonies of #BD60BD
Complementary color
Monochromatic Colors of #BD60BD
Black with #BD60BD
Text Example
Text Example
White with #BD60BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60BD; }
p { color: rgb(189,96,189); }
H1.HeaderClassName
{
color: #BD60BD;
}
.AnyTagClassName
{
color: #BD60BD;
}
</style>
background-color css
<style>
a { background-color: #BD60BD; }
a { background-color: rgb(189,96,189); }
div.DivClassName
{
background-color: #BD60BD;
}
.BgClassName
{
background-color: #BD60BD;
}
</style>
border-color css
<style>
span { border-color: #BD60BD; }
span { border-color: rgb(189,96,189); }
td.TdClassName
{
border-color: #BD60BD;
}
.TagClassName
{
border-color: #BD60BD;
}
</style>