Shades of Fuchsia #BD3FBC
Tints of Fuchsia #BD3FBC
RGB
CMYK
RGB Variations
Color information
#BD3FBC (or 0xBD3FBC) is known color: Fuchsia. HEX triplet: BD, 3F and BC. RGB value is (189,63,188). Sum of RGB (Red+Green+Blue) = 189+63+188=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FBC is #42C043. Grayscale: #727272. Windows color (decimal): -4374596 or 12337085. OLE color: 12337085.
HSL color Cylindrical-coordinate representation of color #BD3FBC: hue angle of 300.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3FBC is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 188 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.26 |
| HSL | 300.48º | 0.5% | 0.49% | - |
| HSV(B) | 300.48º | 0.67% | 0.74% | - |
| XYZ | 31.84 | 18 | 49.37 | - |
| YUV | 114.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 188 | 0 | 0.67 | 0.01 | 0.26 | 300.48 | 0.5 | 0.49 |
| Hex | BD | 3F | BC | 0 | 43 | 1 | 1A | 12C | 32 | 31 |
| Octal | 275 | 77 | 274 | 0 | 103 | 1 | 32 | 454 | 62 | 61 |
| Binary | 10111101 | 111111 | 10111100 | 0 | 1000011 | 1 | 11010 | 100101100 | 110010 | 110001 |
Color Harmonies of #BD3FBC
Complementary color
Monochromatic Colors of #BD3FBC
Black with #BD3FBC
Text Example
Text Example
White with #BD3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FBC; }
p { color: rgb(189,63,188); }
H1.HeaderClassName
{
color: #BD3FBC;
}
.AnyTagClassName
{
color: #BD3FBC;
}
</style>
background-color css
<style>
a { background-color: #BD3FBC; }
a { background-color: rgb(189,63,188); }
div.DivClassName
{
background-color: #BD3FBC;
}
.BgClassName
{
background-color: #BD3FBC;
}
</style>
border-color css
<style>
span { border-color: #BD3FBC; }
span { border-color: rgb(189,63,188); }
td.TdClassName
{
border-color: #BD3FBC;
}
.TagClassName
{
border-color: #BD3FBC;
}
</style>