Shades of Fuchsia #BD41BC
Tints of Fuchsia #BD41BC
RGB
CMYK
RGB Variations
Color information
#BD41BC (or 0xBD41BC) is known color: Fuchsia. HEX triplet: BD, 41 and BC. RGB value is (189,65,188). Sum of RGB (Red+Green+Blue) = 189+65+188=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41BC is #42BE43. Grayscale: #737373. Windows color (decimal): -4374084 or 12337597. OLE color: 12337597.
HSL color Cylindrical-coordinate representation of color #BD41BC: hue angle of 300.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD41BC is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 188 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.26 |
| HSL | 300.48º | 0.49% | 0.5% | - |
| HSV(B) | 300.48º | 0.66% | 0.74% | - |
| XYZ | 31.95 | 18.23 | 49.41 | - |
| YUV | 116.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 188 | 0 | 0.66 | 0.01 | 0.26 | 300.48 | 0.49 | 0.5 |
| Hex | BD | 41 | BC | 0 | 42 | 1 | 1A | 12C | 31 | 32 |
| Octal | 275 | 101 | 274 | 0 | 102 | 1 | 32 | 454 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10111100 | 0 | 1000010 | 1 | 11010 | 100101100 | 110001 | 110010 |
Color Harmonies of #BD41BC
Complementary color
Monochromatic Colors of #BD41BC
Black with #BD41BC
Text Example
Text Example
White with #BD41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41BC; }
p { color: rgb(189,65,188); }
H1.HeaderClassName
{
color: #BD41BC;
}
.AnyTagClassName
{
color: #BD41BC;
}
</style>
background-color css
<style>
a { background-color: #BD41BC; }
a { background-color: rgb(189,65,188); }
div.DivClassName
{
background-color: #BD41BC;
}
.BgClassName
{
background-color: #BD41BC;
}
</style>
border-color css
<style>
span { border-color: #BD41BC; }
span { border-color: rgb(189,65,188); }
td.TdClassName
{
border-color: #BD41BC;
}
.TagClassName
{
border-color: #BD41BC;
}
</style>