Shades of Fuchsia #BD3FAC
Tints of Fuchsia #BD3FAC
RGB
CMYK
RGB Variations
Color information
#BD3FAC (or 0xBD3FAC) is known color: Fuchsia. HEX triplet: BD, 3F and AC. RGB value is (189,63,172). Sum of RGB (Red+Green+Blue) = 189+63+172=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3FAC is #42C053. Grayscale: #707070. Windows color (decimal): -4374612 or 11288509. OLE color: 11288509.
HSL color Cylindrical-coordinate representation of color #BD3FAC: hue angle of 308.1º 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 #BD3FAC is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 172 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.26 |
| HSL | 308.1º | 0.5% | 0.49% | - |
| HSV(B) | 308.1º | 0.67% | 0.74% | - |
| XYZ | 30.21 | 17.35 | 40.79 | - |
| YUV | 113.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 172 | 0 | 0.67 | 0.09 | 0.26 | 308.1 | 0.5 | 0.49 |
| Hex | BD | 3F | AC | 0 | 43 | 9 | 1A | 134 | 32 | 31 |
| Octal | 275 | 77 | 254 | 0 | 103 | 11 | 32 | 464 | 62 | 61 |
| Binary | 10111101 | 111111 | 10101100 | 0 | 1000011 | 1001 | 11010 | 100110100 | 110010 | 110001 |
Color Harmonies of #BD3FAC
Complementary color
Monochromatic Colors of #BD3FAC
Black with #BD3FAC
Text Example
Text Example
White with #BD3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FAC; }
p { color: rgb(189,63,172); }
H1.HeaderClassName
{
color: #BD3FAC;
}
.AnyTagClassName
{
color: #BD3FAC;
}
</style>
background-color css
<style>
a { background-color: #BD3FAC; }
a { background-color: rgb(189,63,172); }
div.DivClassName
{
background-color: #BD3FAC;
}
.BgClassName
{
background-color: #BD3FAC;
}
</style>
border-color css
<style>
span { border-color: #BD3FAC; }
span { border-color: rgb(189,63,172); }
td.TdClassName
{
border-color: #BD3FAC;
}
.TagClassName
{
border-color: #BD3FAC;
}
</style>