Shades of Fuchsia #BD41C7
Tints of Fuchsia #BD41C7
RGB
CMYK
RGB Variations
Color information
#BD41C7 (or 0xBD41C7) is known color: Fuchsia. HEX triplet: BD, 41 and C7. RGB value is (189,65,199). Sum of RGB (Red+Green+Blue) = 189+65+199=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD41C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41C7 is #42BE38. Grayscale: #747474. Windows color (decimal): -4374073 or 13058493. OLE color: 13058493.
HSL color Cylindrical-coordinate representation of color #BD41C7: hue angle of 295.52º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD41C7 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 65 | 199 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.22 |
| HSL | 295.52º | 0.54% | 0.52% | - |
| HSV(B) | 295.52º | 0.67% | 0.78% | - |
| XYZ | 33.19 | 18.72 | 55.9 | - |
| YUV | 117.35 | 174.08 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 199 | 0.05 | 0.67 | 0 | 0.22 | 295.52 | 0.54 | 0.52 |
| Hex | BD | 41 | C7 | 5 | 43 | 0 | 16 | 128 | 36 | 34 |
| Octal | 275 | 101 | 307 | 5 | 103 | 0 | 26 | 450 | 66 | 64 |
| Binary | 10111101 | 1000001 | 11000111 | 101 | 1000011 | 0 | 10110 | 100101000 | 110110 | 110100 |
Color Harmonies of #BD41C7
Complementary color
Monochromatic Colors of #BD41C7
Black with #BD41C7
Text Example
Text Example
White with #BD41C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41C7; }
p { color: rgb(189,65,199); }
H1.HeaderClassName
{
color: #BD41C7;
}
.AnyTagClassName
{
color: #BD41C7;
}
</style>
background-color css
<style>
a { background-color: #BD41C7; }
a { background-color: rgb(189,65,199); }
div.DivClassName
{
background-color: #BD41C7;
}
.BgClassName
{
background-color: #BD41C7;
}
</style>
border-color css
<style>
span { border-color: #BD41C7; }
span { border-color: rgb(189,65,199); }
td.TdClassName
{
border-color: #BD41C7;
}
.TagClassName
{
border-color: #BD41C7;
}
</style>