Shades of Fuchsia #BD3FBA
Tints of Fuchsia #BD3FBA
RGB
CMYK
RGB Variations
Color information
#BD3FBA (or 0xBD3FBA) is known color: Fuchsia. HEX triplet: BD, 3F and BA. RGB value is (189,63,186). Sum of RGB (Red+Green+Blue) = 189+63+186=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FBA is #42C045. Grayscale: #727272. Windows color (decimal): -4374598 or 12206013. OLE color: 12206013.
HSL color Cylindrical-coordinate representation of color #BD3FBA: hue angle of 301.43º 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 #BD3FBA is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 186 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.26 |
| HSL | 301.43º | 0.5% | 0.49% | - |
| HSV(B) | 301.43º | 0.67% | 0.74% | - |
| XYZ | 31.63 | 17.92 | 48.25 | - |
| YUV | 114.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 186 | 0 | 0.67 | 0.02 | 0.26 | 301.43 | 0.5 | 0.49 |
| Hex | BD | 3F | BA | 0 | 43 | 2 | 1A | 12D | 32 | 31 |
| Octal | 275 | 77 | 272 | 0 | 103 | 2 | 32 | 455 | 62 | 61 |
| Binary | 10111101 | 111111 | 10111010 | 0 | 1000011 | 10 | 11010 | 100101101 | 110010 | 110001 |
Color Harmonies of #BD3FBA
Complementary color
Monochromatic Colors of #BD3FBA
Black with #BD3FBA
Text Example
Text Example
White with #BD3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FBA; }
p { color: rgb(189,63,186); }
H1.HeaderClassName
{
color: #BD3FBA;
}
.AnyTagClassName
{
color: #BD3FBA;
}
</style>
background-color css
<style>
a { background-color: #BD3FBA; }
a { background-color: rgb(189,63,186); }
div.DivClassName
{
background-color: #BD3FBA;
}
.BgClassName
{
background-color: #BD3FBA;
}
</style>
border-color css
<style>
span { border-color: #BD3FBA; }
span { border-color: rgb(189,63,186); }
td.TdClassName
{
border-color: #BD3FBA;
}
.TagClassName
{
border-color: #BD3FBA;
}
</style>