Shades of Fuchsia #BD4FB9
Tints of Fuchsia #BD4FB9
RGB
CMYK
RGB Variations
Color information
#BD4FB9 (or 0xBD4FB9) is known color: Fuchsia. HEX triplet: BD, 4F and B9. RGB value is (189,79,185). Sum of RGB (Red+Green+Blue) = 189+79+185=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FB9 is #42B046. Grayscale: #7B7B7B. Windows color (decimal): -4370503 or 12144573. OLE color: 12144573.
HSL color Cylindrical-coordinate representation of color #BD4FB9: hue angle of 302.18º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4FB9 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 79 | 185 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.26 |
| HSL | 302.18º | 0.45% | 0.53% | - |
| HSV(B) | 302.18º | 0.58% | 0.74% | - |
| XYZ | 32.54 | 19.91 | 48.03 | - |
| YUV | 123.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 185 | 0 | 0.58 | 0.02 | 0.26 | 302.18 | 0.45 | 0.53 |
| Hex | BD | 4F | B9 | 0 | 3A | 2 | 1A | 12E | 2D | 35 |
| Octal | 275 | 117 | 271 | 0 | 72 | 2 | 32 | 456 | 55 | 65 |
| Binary | 10111101 | 1001111 | 10111001 | 0 | 111010 | 10 | 11010 | 100101110 | 101101 | 110101 |
Color Harmonies of #BD4FB9
Complementary color
Monochromatic Colors of #BD4FB9
Black with #BD4FB9
Text Example
Text Example
White with #BD4FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FB9; }
p { color: rgb(189,79,185); }
H1.HeaderClassName
{
color: #BD4FB9;
}
.AnyTagClassName
{
color: #BD4FB9;
}
</style>
background-color css
<style>
a { background-color: #BD4FB9; }
a { background-color: rgb(189,79,185); }
div.DivClassName
{
background-color: #BD4FB9;
}
.BgClassName
{
background-color: #BD4FB9;
}
</style>
border-color css
<style>
span { border-color: #BD4FB9; }
span { border-color: rgb(189,79,185); }
td.TdClassName
{
border-color: #BD4FB9;
}
.TagClassName
{
border-color: #BD4FB9;
}
</style>