Shades of Medium Orchid #BF41DD
Tints of Medium Orchid #BF41DD
RGB
CMYK
RGB Variations
Color information
#BF41DD (or 0xBF41DD) is known color: Medium Orchid. HEX triplet: BF, 41 and DD. RGB value is (191,65,221). Sum of RGB (Red+Green+Blue) = 191+65+221=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41DD is #40BE22. Grayscale: #777777. Windows color (decimal): -4242979 or 14500287. OLE color: 14500287.
HSL color Cylindrical-coordinate representation of color #BF41DD: hue angle of 288.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF41DD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 65 | 221 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.13 |
| HSL | 288.46º | 0.7% | 0.56% | - |
| HSV(B) | 288.46º | 0.71% | 0.87% | - |
| XYZ | 36.43 | 20.08 | 70.36 | - |
| YUV | 120.46 | 184.74 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 221 | 0.14 | 0.71 | 0 | 0.13 | 288.46 | 0.7 | 0.56 |
| Hex | BF | 41 | DD | E | 47 | 0 | D | 120 | 46 | 38 |
| Octal | 277 | 101 | 335 | 16 | 107 | 0 | 15 | 440 | 106 | 70 |
| Binary | 10111111 | 1000001 | 11011101 | 1110 | 1000111 | 0 | 1101 | 100100000 | 1000110 | 111000 |
Color Harmonies of #BF41DD
Complementary color
Monochromatic Colors of #BF41DD
Black with #BF41DD
Text Example
Text Example
White with #BF41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41DD; }
p { color: rgb(191,65,221); }
H1.HeaderClassName
{
color: #BF41DD;
}
.AnyTagClassName
{
color: #BF41DD;
}
</style>
background-color css
<style>
a { background-color: #BF41DD; }
a { background-color: rgb(191,65,221); }
div.DivClassName
{
background-color: #BF41DD;
}
.BgClassName
{
background-color: #BF41DD;
}
</style>
border-color css
<style>
span { border-color: #BF41DD; }
span { border-color: rgb(191,65,221); }
td.TdClassName
{
border-color: #BF41DD;
}
.TagClassName
{
border-color: #BF41DD;
}
</style>