Shades of Fuchsia #BD3FC0
Tints of Fuchsia #BD3FC0
RGB
CMYK
RGB Variations
Color information
#BD3FC0 (or 0xBD3FC0) is known color: Fuchsia. HEX triplet: BD, 3F and C0. RGB value is (189,63,192). Sum of RGB (Red+Green+Blue) = 189+63+192=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD3FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FC0 is #42C03F. Grayscale: #727272. Windows color (decimal): -4374592 or 12599229. OLE color: 12599229.
HSL color Cylindrical-coordinate representation of color #BD3FC0: hue angle of 298.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3FC0 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 63 | 192 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.25 |
| HSL | 298.6º | 0.51% | 0.5% | - |
| HSV(B) | 298.6º | 0.67% | 0.75% | - |
| XYZ | 32.28 | 18.18 | 51.68 | - |
| YUV | 115.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 192 | 0.02 | 0.67 | 0 | 0.25 | 298.6 | 0.51 | 0.5 |
| Hex | BD | 3F | C0 | 2 | 43 | 0 | 19 | 12B | 33 | 32 |
| Octal | 275 | 77 | 300 | 2 | 103 | 0 | 31 | 453 | 63 | 62 |
| Binary | 10111101 | 111111 | 11000000 | 10 | 1000011 | 0 | 11001 | 100101011 | 110011 | 110010 |
Color Harmonies of #BD3FC0
Complementary color
Monochromatic Colors of #BD3FC0
Black with #BD3FC0
Text Example
Text Example
White with #BD3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FC0; }
p { color: rgb(189,63,192); }
H1.HeaderClassName
{
color: #BD3FC0;
}
.AnyTagClassName
{
color: #BD3FC0;
}
</style>
background-color css
<style>
a { background-color: #BD3FC0; }
a { background-color: rgb(189,63,192); }
div.DivClassName
{
background-color: #BD3FC0;
}
.BgClassName
{
background-color: #BD3FC0;
}
</style>
border-color css
<style>
span { border-color: #BD3FC0; }
span { border-color: rgb(189,63,192); }
td.TdClassName
{
border-color: #BD3FC0;
}
.TagClassName
{
border-color: #BD3FC0;
}
</style>