Shades of Fuchsia #BD3EAC
Tints of Fuchsia #BD3EAC
RGB
CMYK
RGB Variations
Color information
#BD3EAC (or 0xBD3EAC) is known color: Fuchsia. HEX triplet: BD, 3E and AC. RGB value is (189,62,172). Sum of RGB (Red+Green+Blue) = 189+62+172=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EAC is #42C153. Grayscale: #707070. Windows color (decimal): -4374868 or 11288253. OLE color: 11288253.
HSL color Cylindrical-coordinate representation of color #BD3EAC: hue angle of 308.03º degrees, saturation: 0.51, 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 #BD3EAC is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 172 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.26 |
| HSL | 308.03º | 0.51% | 0.49% | - |
| HSV(B) | 308.03º | 0.67% | 0.74% | - |
| XYZ | 30.16 | 17.24 | 40.77 | - |
| YUV | 112.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 172 | 0 | 0.67 | 0.09 | 0.26 | 308.03 | 0.51 | 0.49 |
| Hex | BD | 3E | AC | 0 | 43 | 9 | 1A | 134 | 33 | 31 |
| Octal | 275 | 76 | 254 | 0 | 103 | 11 | 32 | 464 | 63 | 61 |
| Binary | 10111101 | 111110 | 10101100 | 0 | 1000011 | 1001 | 11010 | 100110100 | 110011 | 110001 |
Color Harmonies of #BD3EAC
Complementary color
Monochromatic Colors of #BD3EAC
Black with #BD3EAC
Text Example
Text Example
White with #BD3EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EAC; }
p { color: rgb(189,62,172); }
H1.HeaderClassName
{
color: #BD3EAC;
}
.AnyTagClassName
{
color: #BD3EAC;
}
</style>
background-color css
<style>
a { background-color: #BD3EAC; }
a { background-color: rgb(189,62,172); }
div.DivClassName
{
background-color: #BD3EAC;
}
.BgClassName
{
background-color: #BD3EAC;
}
</style>
border-color css
<style>
span { border-color: #BD3EAC; }
span { border-color: rgb(189,62,172); }
td.TdClassName
{
border-color: #BD3EAC;
}
.TagClassName
{
border-color: #BD3EAC;
}
</style>