Shades of Fuchsia #BD41BB
Tints of Fuchsia #BD41BB
RGB
CMYK
RGB Variations
Color information
#BD41BB (or 0xBD41BB) is known color: Fuchsia. HEX triplet: BD, 41 and BB. RGB value is (189,65,187). Sum of RGB (Red+Green+Blue) = 189+65+187=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41BB is #42BE44. Grayscale: #737373. Windows color (decimal): -4374085 or 12272061. OLE color: 12272061.
HSL color Cylindrical-coordinate representation of color #BD41BB: hue angle of 300.97º 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 #BD41BB is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 187 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.26 |
| HSL | 300.97º | 0.49% | 0.5% | - |
| HSV(B) | 300.97º | 0.66% | 0.74% | - |
| XYZ | 31.85 | 18.19 | 48.85 | - |
| YUV | 115.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 187 | 0 | 0.66 | 0.01 | 0.26 | 300.97 | 0.49 | 0.5 |
| Hex | BD | 41 | BB | 0 | 42 | 1 | 1A | 12D | 31 | 32 |
| Octal | 275 | 101 | 273 | 0 | 102 | 1 | 32 | 455 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10111011 | 0 | 1000010 | 1 | 11010 | 100101101 | 110001 | 110010 |
Color Harmonies of #BD41BB
Complementary color
Monochromatic Colors of #BD41BB
Black with #BD41BB
Text Example
Text Example
White with #BD41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41BB; }
p { color: rgb(189,65,187); }
H1.HeaderClassName
{
color: #BD41BB;
}
.AnyTagClassName
{
color: #BD41BB;
}
</style>
background-color css
<style>
a { background-color: #BD41BB; }
a { background-color: rgb(189,65,187); }
div.DivClassName
{
background-color: #BD41BB;
}
.BgClassName
{
background-color: #BD41BB;
}
</style>
border-color css
<style>
span { border-color: #BD41BB; }
span { border-color: rgb(189,65,187); }
td.TdClassName
{
border-color: #BD41BB;
}
.TagClassName
{
border-color: #BD41BB;
}
</style>