Shades of Fuchsia #BD73C6
Tints of Fuchsia #BD73C6
RGB
CMYK
RGB Variations
Color information
#BD73C6 (or 0xBD73C6) is known color: Fuchsia. HEX triplet: BD, 73 and C6. RGB value is (189,115,198). Sum of RGB (Red+Green+Blue) = 189+115+198=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73C6 is #428C39. Grayscale: #929292. Windows color (decimal): -4361274 or 13005757. OLE color: 13005757.
HSL color Cylindrical-coordinate representation of color #BD73C6: hue angle of 293.49º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD73C6 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 115 | 198 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.22 |
| HSL | 293.49º | 0.42% | 0.61% | - |
| HSV(B) | 293.49º | 0.42% | 0.78% | - |
| XYZ | 37.31 | 27.16 | 56.7 | - |
| YUV | 146.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 198 | 0.05 | 0.42 | 0 | 0.22 | 293.49 | 0.42 | 0.61 |
| Hex | BD | 73 | C6 | 5 | 2A | 0 | 16 | 125 | 2A | 3D |
| Octal | 275 | 163 | 306 | 5 | 52 | 0 | 26 | 445 | 52 | 75 |
| Binary | 10111101 | 1110011 | 11000110 | 101 | 101010 | 0 | 10110 | 100100101 | 101010 | 111101 |
Color Harmonies of #BD73C6
Complementary color
Monochromatic Colors of #BD73C6
Black with #BD73C6
Text Example
Text Example
White with #BD73C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73C6; }
p { color: rgb(189,115,198); }
H1.HeaderClassName
{
color: #BD73C6;
}
.AnyTagClassName
{
color: #BD73C6;
}
</style>
background-color css
<style>
a { background-color: #BD73C6; }
a { background-color: rgb(189,115,198); }
div.DivClassName
{
background-color: #BD73C6;
}
.BgClassName
{
background-color: #BD73C6;
}
</style>
border-color css
<style>
span { border-color: #BD73C6; }
span { border-color: rgb(189,115,198); }
td.TdClassName
{
border-color: #BD73C6;
}
.TagClassName
{
border-color: #BD73C6;
}
</style>