Shades of Fuchsia #BD29BE
Tints of Fuchsia #BD29BE
RGB
CMYK
RGB Variations
Color information
#BD29BE (or 0xBD29BE) is known color: Fuchsia. HEX triplet: BD, 29 and BE. RGB value is (189,41,190). Sum of RGB (Red+Green+Blue) = 189+41+190=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD29BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29BE is #42D641. Grayscale: #656565. Windows color (decimal): -4380226 or 12462525. OLE color: 12462525.
HSL color Cylindrical-coordinate representation of color #BD29BE: hue angle of 299.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD29BE is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 41 | 190 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.25 |
| HSL | 299.6º | 0.65% | 0.45% | - |
| HSV(B) | 299.6º | 0.78% | 0.75% | - |
| XYZ | 31.07 | 16.12 | 50.19 | - |
| YUV | 102.24 | 177.53 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 190 | 0.01 | 0.78 | 0 | 0.25 | 299.6 | 0.65 | 0.45 |
| Hex | BD | 29 | BE | 1 | 4E | 0 | 19 | 12C | 41 | 2D |
| Octal | 275 | 51 | 276 | 1 | 116 | 0 | 31 | 454 | 101 | 55 |
| Binary | 10111101 | 101001 | 10111110 | 1 | 1001110 | 0 | 11001 | 100101100 | 1000001 | 101101 |
Color Harmonies of #BD29BE
Complementary color
Monochromatic Colors of #BD29BE
Black with #BD29BE
Text Example
Text Example
White with #BD29BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD29BE; }
p { color: rgb(189,41,190); }
H1.HeaderClassName
{
color: #BD29BE;
}
.AnyTagClassName
{
color: #BD29BE;
}
</style>
background-color css
<style>
a { background-color: #BD29BE; }
a { background-color: rgb(189,41,190); }
div.DivClassName
{
background-color: #BD29BE;
}
.BgClassName
{
background-color: #BD29BE;
}
</style>
border-color css
<style>
span { border-color: #BD29BE; }
span { border-color: rgb(189,41,190); }
td.TdClassName
{
border-color: #BD29BE;
}
.TagClassName
{
border-color: #BD29BE;
}
</style>