Shades of Fuchsia #BD3DBC
Tints of Fuchsia #BD3DBC
RGB
CMYK
RGB Variations
Color information
#BD3DBC (or 0xBD3DBC) is known color: Fuchsia. HEX triplet: BD, 3D and BC. RGB value is (189,61,188). Sum of RGB (Red+Green+Blue) = 189+61+188=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DBC is #42C243. Grayscale: #717171. Windows color (decimal): -4375108 or 12336573. OLE color: 12336573.
HSL color Cylindrical-coordinate representation of color #BD3DBC: hue angle of 300.47º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3DBC is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 188 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.26 |
| HSL | 300.47º | 0.51% | 0.49% | - |
| HSV(B) | 300.47º | 0.68% | 0.74% | - |
| XYZ | 31.73 | 17.79 | 49.34 | - |
| YUV | 113.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 188 | 0 | 0.68 | 0.01 | 0.26 | 300.47 | 0.51 | 0.49 |
| Hex | BD | 3D | BC | 0 | 44 | 1 | 1A | 12C | 33 | 31 |
| Octal | 275 | 75 | 274 | 0 | 104 | 1 | 32 | 454 | 63 | 61 |
| Binary | 10111101 | 111101 | 10111100 | 0 | 1000100 | 1 | 11010 | 100101100 | 110011 | 110001 |
Color Harmonies of #BD3DBC
Complementary color
Monochromatic Colors of #BD3DBC
Black with #BD3DBC
Text Example
Text Example
White with #BD3DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DBC; }
p { color: rgb(189,61,188); }
H1.HeaderClassName
{
color: #BD3DBC;
}
.AnyTagClassName
{
color: #BD3DBC;
}
</style>
background-color css
<style>
a { background-color: #BD3DBC; }
a { background-color: rgb(189,61,188); }
div.DivClassName
{
background-color: #BD3DBC;
}
.BgClassName
{
background-color: #BD3DBC;
}
</style>
border-color css
<style>
span { border-color: #BD3DBC; }
span { border-color: rgb(189,61,188); }
td.TdClassName
{
border-color: #BD3DBC;
}
.TagClassName
{
border-color: #BD3DBC;
}
</style>