Shades of Fuchsia #BD73BD
Tints of Fuchsia #BD73BD
RGB
CMYK
RGB Variations
Color information
#BD73BD (or 0xBD73BD) is known color: Fuchsia. HEX triplet: BD, 73 and BD. RGB value is (189,115,189). Sum of RGB (Red+Green+Blue) = 189+115+189=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73BD is #428C42. Grayscale: #919191. Windows color (decimal): -4361283 or 12415933. OLE color: 12415933.
HSL color Cylindrical-coordinate representation of color #BD73BD: hue angle of 300º 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 #BD73BD is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 189 | - |
| CMYK | 0 | 0.39 | 0 | 0.26 |
| HSL | 300º | 0.36% | 0.6% | - |
| HSV(B) | 300º | 0.39% | 0.74% | - |
| XYZ | 36.3 | 26.75 | 51.39 | - |
| YUV | 145.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 189 | 0 | 0.39 | 0 | 0.26 | 300 | 0.36 | 0.6 |
| Hex | BD | 73 | BD | 0 | 27 | 0 | 1A | 12C | 24 | 3C |
| Octal | 275 | 163 | 275 | 0 | 47 | 0 | 32 | 454 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10111101 | 0 | 100111 | 0 | 11010 | 100101100 | 100100 | 111100 |
Color Harmonies of #BD73BD
Complementary color
Monochromatic Colors of #BD73BD
Black with #BD73BD
Text Example
Text Example
White with #BD73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73BD; }
p { color: rgb(189,115,189); }
H1.HeaderClassName
{
color: #BD73BD;
}
.AnyTagClassName
{
color: #BD73BD;
}
</style>
background-color css
<style>
a { background-color: #BD73BD; }
a { background-color: rgb(189,115,189); }
div.DivClassName
{
background-color: #BD73BD;
}
.BgClassName
{
background-color: #BD73BD;
}
</style>
border-color css
<style>
span { border-color: #BD73BD; }
span { border-color: rgb(189,115,189); }
td.TdClassName
{
border-color: #BD73BD;
}
.TagClassName
{
border-color: #BD73BD;
}
</style>