Shades of Medium Orchid #BF55DD
Tints of Medium Orchid #BF55DD
RGB
CMYK
RGB Variations
Color information
#BF55DD (or 0xBF55DD) is known color: Medium Orchid. HEX triplet: BF, 55 and DD. RGB value is (191,85,221). Sum of RGB (Red+Green+Blue) = 191+85+221=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF55DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55DD is #40AA22. Grayscale: #838383. Windows color (decimal): -4237859 or 14505407. OLE color: 14505407.
HSL color Cylindrical-coordinate representation of color #BF55DD: hue angle of 286.76º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF55DD is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 85 | 221 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.13 |
| HSL | 286.76º | 0.67% | 0.6% | - |
| HSV(B) | 286.76º | 0.62% | 0.87% | - |
| XYZ | 37.79 | 22.79 | 70.81 | - |
| YUV | 132.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 221 | 0.14 | 0.62 | 0 | 0.13 | 286.76 | 0.67 | 0.6 |
| Hex | BF | 55 | DD | E | 3E | 0 | D | 11F | 43 | 3C |
| Octal | 277 | 125 | 335 | 16 | 76 | 0 | 15 | 437 | 103 | 74 |
| Binary | 10111111 | 1010101 | 11011101 | 1110 | 111110 | 0 | 1101 | 100011111 | 1000011 | 111100 |
Color Harmonies of #BF55DD
Complementary color
Monochromatic Colors of #BF55DD
Black with #BF55DD
Text Example
Text Example
White with #BF55DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF55DD; }
p { color: rgb(191,85,221); }
H1.HeaderClassName
{
color: #BF55DD;
}
.AnyTagClassName
{
color: #BF55DD;
}
</style>
background-color css
<style>
a { background-color: #BF55DD; }
a { background-color: rgb(191,85,221); }
div.DivClassName
{
background-color: #BF55DD;
}
.BgClassName
{
background-color: #BF55DD;
}
</style>
border-color css
<style>
span { border-color: #BF55DD; }
span { border-color: rgb(191,85,221); }
td.TdClassName
{
border-color: #BF55DD;
}
.TagClassName
{
border-color: #BF55DD;
}
</style>