Shades of Fuchsia #BD40C9
Tints of Fuchsia #BD40C9
RGB
CMYK
RGB Variations
Color information
#BD40C9 (or 0xBD40C9) is known color: Fuchsia. HEX triplet: BD, 40 and C9. RGB value is (189,64,201). Sum of RGB (Red+Green+Blue) = 189+64+201=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD40C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40C9 is #42BF36. Grayscale: #747474. Windows color (decimal): -4374327 or 13189309. OLE color: 13189309.
HSL color Cylindrical-coordinate representation of color #BD40C9: hue angle of 294.74º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD40C9 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 64 | 201 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.21 |
| HSL | 294.74º | 0.56% | 0.52% | - |
| HSV(B) | 294.74º | 0.68% | 0.79% | - |
| XYZ | 33.36 | 18.7 | 57.11 | - |
| YUV | 116.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 201 | 0.06 | 0.68 | 0 | 0.21 | 294.74 | 0.56 | 0.52 |
| Hex | BD | 40 | C9 | 6 | 44 | 0 | 15 | 127 | 38 | 34 |
| Octal | 275 | 100 | 311 | 6 | 104 | 0 | 25 | 447 | 70 | 64 |
| Binary | 10111101 | 1000000 | 11001001 | 110 | 1000100 | 0 | 10101 | 100100111 | 111000 | 110100 |
Color Harmonies of #BD40C9
Complementary color
Monochromatic Colors of #BD40C9
Black with #BD40C9
Text Example
Text Example
White with #BD40C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40C9; }
p { color: rgb(189,64,201); }
H1.HeaderClassName
{
color: #BD40C9;
}
.AnyTagClassName
{
color: #BD40C9;
}
</style>
background-color css
<style>
a { background-color: #BD40C9; }
a { background-color: rgb(189,64,201); }
div.DivClassName
{
background-color: #BD40C9;
}
.BgClassName
{
background-color: #BD40C9;
}
</style>
border-color css
<style>
span { border-color: #BD40C9; }
span { border-color: rgb(189,64,201); }
td.TdClassName
{
border-color: #BD40C9;
}
.TagClassName
{
border-color: #BD40C9;
}
</style>