Shades of Fuchsia #BD29BD
Tints of Fuchsia #BD29BD
RGB
CMYK
RGB Variations
Color information
#BD29BD (or 0xBD29BD) is known color: Fuchsia. HEX triplet: BD, 29 and BD. RGB value is (189,41,189). Sum of RGB (Red+Green+Blue) = 189+41+189=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD29BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29BD is #42D642. Grayscale: #656565. Windows color (decimal): -4380227 or 12396989. OLE color: 12396989.
HSL color Cylindrical-coordinate representation of color #BD29BD: hue angle of 300º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD29BD is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 189 | - |
| CMYK | 0 | 0.78 | 0 | 0.26 |
| HSL | 300º | 0.64% | 0.45% | - |
| HSV(B) | 300º | 0.78% | 0.74% | - |
| XYZ | 30.96 | 16.08 | 49.62 | - |
| YUV | 102.12 | 177.03 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 189 | 0 | 0.78 | 0 | 0.26 | 300 | 0.64 | 0.45 |
| Hex | BD | 29 | BD | 0 | 4E | 0 | 1A | 12C | 40 | 2D |
| Octal | 275 | 51 | 275 | 0 | 116 | 0 | 32 | 454 | 100 | 55 |
| Binary | 10111101 | 101001 | 10111101 | 0 | 1001110 | 0 | 11010 | 100101100 | 1000000 | 101101 |
Color Harmonies of #BD29BD
Complementary color
Monochromatic Colors of #BD29BD
Black with #BD29BD
Text Example
Text Example
White with #BD29BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD29BD; }
p { color: rgb(189,41,189); }
H1.HeaderClassName
{
color: #BD29BD;
}
.AnyTagClassName
{
color: #BD29BD;
}
</style>
background-color css
<style>
a { background-color: #BD29BD; }
a { background-color: rgb(189,41,189); }
div.DivClassName
{
background-color: #BD29BD;
}
.BgClassName
{
background-color: #BD29BD;
}
</style>
border-color css
<style>
span { border-color: #BD29BD; }
span { border-color: rgb(189,41,189); }
td.TdClassName
{
border-color: #BD29BD;
}
.TagClassName
{
border-color: #BD29BD;
}
</style>