Shades of Fuchsia #BD4FBF
Tints of Fuchsia #BD4FBF
RGB
CMYK
RGB Variations
Color information
#BD4FBF (or 0xBD4FBF) is known color: Fuchsia. HEX triplet: BD, 4F and BF. RGB value is (189,79,191). Sum of RGB (Red+Green+Blue) = 189+79+191=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD4FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FBF is #42B040. Grayscale: #7C7C7C. Windows color (decimal): -4370497 or 12537789. OLE color: 12537789.
HSL color Cylindrical-coordinate representation of color #BD4FBF: hue angle of 298.93º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4FBF is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 79 | 191 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.25 |
| HSL | 298.93º | 0.47% | 0.53% | - |
| HSV(B) | 298.93º | 0.59% | 0.75% | - |
| XYZ | 33.19 | 20.17 | 51.43 | - |
| YUV | 124.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 191 | 0.01 | 0.59 | 0 | 0.25 | 298.93 | 0.47 | 0.53 |
| Hex | BD | 4F | BF | 1 | 3B | 0 | 19 | 12B | 2F | 35 |
| Octal | 275 | 117 | 277 | 1 | 73 | 0 | 31 | 453 | 57 | 65 |
| Binary | 10111101 | 1001111 | 10111111 | 1 | 111011 | 0 | 11001 | 100101011 | 101111 | 110101 |
Color Harmonies of #BD4FBF
Complementary color
Monochromatic Colors of #BD4FBF
Black with #BD4FBF
Text Example
Text Example
White with #BD4FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FBF; }
p { color: rgb(189,79,191); }
H1.HeaderClassName
{
color: #BD4FBF;
}
.AnyTagClassName
{
color: #BD4FBF;
}
</style>
background-color css
<style>
a { background-color: #BD4FBF; }
a { background-color: rgb(189,79,191); }
div.DivClassName
{
background-color: #BD4FBF;
}
.BgClassName
{
background-color: #BD4FBF;
}
</style>
border-color css
<style>
span { border-color: #BD4FBF; }
span { border-color: rgb(189,79,191); }
td.TdClassName
{
border-color: #BD4FBF;
}
.TagClassName
{
border-color: #BD4FBF;
}
</style>