Shades of Fuchsia #BD73BC
Tints of Fuchsia #BD73BC
RGB
CMYK
RGB Variations
Color information
#BD73BC (or 0xBD73BC) is known color: Fuchsia. HEX triplet: BD, 73 and BC. RGB value is (189,115,188). Sum of RGB (Red+Green+Blue) = 189+115+188=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73BC is #428C43. Grayscale: #919191. Windows color (decimal): -4361284 or 12350397. OLE color: 12350397.
HSL color Cylindrical-coordinate representation of color #BD73BC: hue angle of 300.81º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD73BC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 188 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.26 |
| HSL | 300.81º | 0.36% | 0.6% | - |
| HSV(B) | 300.81º | 0.39% | 0.74% | - |
| XYZ | 36.19 | 26.71 | 50.83 | - |
| YUV | 145.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 188 | 0 | 0.39 | 0.01 | 0.26 | 300.81 | 0.36 | 0.6 |
| Hex | BD | 73 | BC | 0 | 27 | 1 | 1A | 12D | 24 | 3C |
| Octal | 275 | 163 | 274 | 0 | 47 | 1 | 32 | 455 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10111100 | 0 | 100111 | 1 | 11010 | 100101101 | 100100 | 111100 |
Color Harmonies of #BD73BC
Complementary color
Monochromatic Colors of #BD73BC
Black with #BD73BC
Text Example
Text Example
White with #BD73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73BC; }
p { color: rgb(189,115,188); }
H1.HeaderClassName
{
color: #BD73BC;
}
.AnyTagClassName
{
color: #BD73BC;
}
</style>
background-color css
<style>
a { background-color: #BD73BC; }
a { background-color: rgb(189,115,188); }
div.DivClassName
{
background-color: #BD73BC;
}
.BgClassName
{
background-color: #BD73BC;
}
</style>
border-color css
<style>
span { border-color: #BD73BC; }
span { border-color: rgb(189,115,188); }
td.TdClassName
{
border-color: #BD73BC;
}
.TagClassName
{
border-color: #BD73BC;
}
</style>