Shades of Fuchsia #BD68BD
Tints of Fuchsia #BD68BD
RGB
CMYK
RGB Variations
Color information
#BD68BD (or 0xBD68BD) is known color: Fuchsia. HEX triplet: BD, 68 and BD. RGB value is (189,104,189). Sum of RGB (Red+Green+Blue) = 189+104+189=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD68BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68BD is #429742. Grayscale: #8A8A8A. Windows color (decimal): -4364099 or 12413117. OLE color: 12413117.
HSL color Cylindrical-coordinate representation of color #BD68BD: hue angle of 300º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD68BD is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 189 | - |
| CMYK | 0 | 0.45 | 0 | 0.26 |
| HSL | 300º | 0.39% | 0.57% | - |
| HSV(B) | 300º | 0.45% | 0.74% | - |
| XYZ | 35.12 | 24.39 | 51 | - |
| YUV | 139.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 189 | 0 | 0.45 | 0 | 0.26 | 300 | 0.39 | 0.57 |
| Hex | BD | 68 | BD | 0 | 2D | 0 | 1A | 12C | 27 | 39 |
| Octal | 275 | 150 | 275 | 0 | 55 | 0 | 32 | 454 | 47 | 71 |
| Binary | 10111101 | 1101000 | 10111101 | 0 | 101101 | 0 | 11010 | 100101100 | 100111 | 111001 |
Color Harmonies of #BD68BD
Complementary color
Monochromatic Colors of #BD68BD
Black with #BD68BD
Text Example
Text Example
White with #BD68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68BD; }
p { color: rgb(189,104,189); }
H1.HeaderClassName
{
color: #BD68BD;
}
.AnyTagClassName
{
color: #BD68BD;
}
</style>
background-color css
<style>
a { background-color: #BD68BD; }
a { background-color: rgb(189,104,189); }
div.DivClassName
{
background-color: #BD68BD;
}
.BgClassName
{
background-color: #BD68BD;
}
</style>
border-color css
<style>
span { border-color: #BD68BD; }
span { border-color: rgb(189,104,189); }
td.TdClassName
{
border-color: #BD68BD;
}
.TagClassName
{
border-color: #BD68BD;
}
</style>