Shades of Fuchsia #BD4FC0
Tints of Fuchsia #BD4FC0
RGB
CMYK
RGB Variations
Color information
#BD4FC0 (or 0xBD4FC0) is known color: Fuchsia. HEX triplet: BD, 4F and C0. RGB value is (189,79,192). Sum of RGB (Red+Green+Blue) = 189+79+192=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD4FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FC0 is #42B03F. Grayscale: #7C7C7C. Windows color (decimal): -4370496 or 12603325. OLE color: 12603325.
HSL color Cylindrical-coordinate representation of color #BD4FC0: hue angle of 298.41º 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 #BD4FC0 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 79 | 192 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.25 |
| HSL | 298.41º | 0.47% | 0.53% | - |
| HSV(B) | 298.41º | 0.59% | 0.75% | - |
| XYZ | 33.3 | 20.22 | 52.02 | - |
| YUV | 124.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 192 | 0.02 | 0.59 | 0 | 0.25 | 298.41 | 0.47 | 0.53 |
| Hex | BD | 4F | C0 | 2 | 3B | 0 | 19 | 12A | 2F | 35 |
| Octal | 275 | 117 | 300 | 2 | 73 | 0 | 31 | 452 | 57 | 65 |
| Binary | 10111101 | 1001111 | 11000000 | 10 | 111011 | 0 | 11001 | 100101010 | 101111 | 110101 |
Color Harmonies of #BD4FC0
Complementary color
Monochromatic Colors of #BD4FC0
Black with #BD4FC0
Text Example
Text Example
White with #BD4FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FC0; }
p { color: rgb(189,79,192); }
H1.HeaderClassName
{
color: #BD4FC0;
}
.AnyTagClassName
{
color: #BD4FC0;
}
</style>
background-color css
<style>
a { background-color: #BD4FC0; }
a { background-color: rgb(189,79,192); }
div.DivClassName
{
background-color: #BD4FC0;
}
.BgClassName
{
background-color: #BD4FC0;
}
</style>
border-color css
<style>
span { border-color: #BD4FC0; }
span { border-color: rgb(189,79,192); }
td.TdClassName
{
border-color: #BD4FC0;
}
.TagClassName
{
border-color: #BD4FC0;
}
</style>